mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-27 01:44:31 +02:00
New element: Titanium, absorbs some neutrons, acts as a solid wall to air. Move blockair filling into update_particles so it can be used by elements
This commit is contained in:
@@ -219,6 +219,7 @@
|
||||
#define PT_BOYL 141
|
||||
#define PT_GEL 142
|
||||
#define PT_TRON 143
|
||||
#define PT_TTAN 144
|
||||
|
||||
#define OLD_PT_WIND 147
|
||||
#define PT_H2 148
|
||||
@@ -464,6 +465,7 @@ int update_IGNT(UPDATE_FUNC_ARGS);
|
||||
int update_FRAY(UPDATE_FUNC_ARGS);
|
||||
int update_REPL(UPDATE_FUNC_ARGS);
|
||||
int update_TRON(UPDATE_FUNC_ARGS);
|
||||
int update_TTAN(UPDATE_FUNC_ARGS);
|
||||
|
||||
int update_MISC(UPDATE_FUNC_ARGS);
|
||||
int update_legacy_PYRO(UPDATE_FUNC_ARGS);
|
||||
|
Reference in New Issue
Block a user