summaryrefslogtreecommitdiff
path: root/includes/powder.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-05-11 20:02:58 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-05-11 20:02:58 (GMT)
commitd7fa0b139e5a91c3b1d406e63cae4a6ad79d0cd0 (patch)
tree754ebce0c56f03fe4a8f7e0278584d40c008e2c0 /includes/powder.h
parentde6203e049a148e16737e76c124fc59d0ed1a862 (diff)
downloadpowder-d7fa0b139e5a91c3b1d406e63cae4a6ad79d0cd0.zip
powder-d7fa0b139e5a91c3b1d406e63cae4a6ad79d0cd0.tar.gz
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
Diffstat (limited to 'includes/powder.h')
-rw-r--r--includes/powder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/powder.h b/includes/powder.h
index c798f43..92310c1 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -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);