Added FRAY - Force-ray and RPEL - Repeller

This commit is contained in:
Simon Robertshaw
2012-02-25 10:26:02 +00:00
parent 1c4bce1f22
commit f6696282e1
5 changed files with 75 additions and 13 deletions

View File

@@ -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);