mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-28 10:20:04 +02:00
DTEC, generates a spark when something with it's ctype is nearby
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user