diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-02-25 10:26:02 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-02-25 10:26:02 (GMT) |
| commit | f6696282e1d06081bb8b9d7a394483562b9f2165 (patch) | |
| tree | e79cb452dc15bb2264cd1044ba56e9f916e4305e /includes/powder.h | |
| parent | 1c4bce1f22d67c25b9bf7ec92dbef37628885f1e (diff) | |
| download | powder-f6696282e1d06081bb8b9d7a394483562b9f2165.zip powder-f6696282e1d06081bb8b9d7a394483562b9f2165.tar.gz | |
Added FRAY - Force-ray and RPEL - Repeller
Diffstat (limited to 'includes/powder.h')
| -rw-r--r-- | includes/powder.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/includes/powder.h b/includes/powder.h index 3330bb3..2dc5692 100644 --- a/includes/powder.h +++ b/includes/powder.h @@ -214,7 +214,9 @@ #define PT_WIRE 156 #define PT_GBMB 157 #define PT_FIGH 158 -#define PT_NUM 159 +#define PT_FRAY 159 +#define PT_REPL 160 +#define PT_NUM 161 #define R_TEMP 22 #define MAX_TEMP 9999 @@ -432,6 +434,8 @@ int update_ACEL(UPDATE_FUNC_ARGS); int update_DCEL(UPDATE_FUNC_ARGS); int update_BANG(UPDATE_FUNC_ARGS); int update_IGNT(UPDATE_FUNC_ARGS); +int update_FRAY(UPDATE_FUNC_ARGS); +int update_REPL(UPDATE_FUNC_ARGS); int update_MISC(UPDATE_FUNC_ARGS); int update_legacy_PYRO(UPDATE_FUNC_ARGS); |
