DTEC, generates a spark when something with it's ctype is nearby

This commit is contained in:
jacob1
2012-08-10 10:20:05 -04:00
committed by jacksonmj
parent 355dcf50d2
commit d83774602f
4 changed files with 81 additions and 8 deletions

View File

@@ -236,7 +236,8 @@
#define PT_FRAY 159
#define PT_REPL 160
#define PT_PPIP 161
#define PT_NUM 162
#define PT_DTEC 162
#define PT_NUM 163
#define R_TEMP 22
#define MAX_TEMP 9999
@@ -389,6 +390,7 @@ int update_CLNE(UPDATE_FUNC_ARGS);
int update_COAL(UPDATE_FUNC_ARGS);
int update_DEUT(UPDATE_FUNC_ARGS);
int update_DSTW(UPDATE_FUNC_ARGS);
int update_DTEC(UPDATE_FUNC_ARGS);
int update_EMBR(UPDATE_FUNC_ARGS);
int update_FOG(UPDATE_FUNC_ARGS);
int update_FRZW(UPDATE_FUNC_ARGS);