summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2012-09-02 20:44:19 (GMT)
committer jacksonmj <mj-pt@jacksonmj.co.uk>2012-09-02 20:48:28 (GMT)
commit355dcf50d2292b7505696ffbb85be4daa27a7930 (patch)
tree2458705e36df33e1601332055cc352ae2939c55b /includes
parent48dbf1704c4c18779bd88582a5db326dabd818b2 (diff)
downloadpowder-355dcf50d2292b7505696ffbb85be4daa27a7930.zip
powder-355dcf50d2292b7505696ffbb85be4daa27a7930.tar.gz
WOOD and PLNT turn grey when hot, bluish when cold
Diffstat (limited to 'includes')
-rw-r--r--includes/powder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/powder.h b/includes/powder.h
index bc99258..00d9d68 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -352,6 +352,8 @@ int graphics_EXOT(GRAPHICS_FUNC_ARGS);
int graphics_WARP(GRAPHICS_FUNC_ARGS);
int graphics_EMBR(GRAPHICS_FUNC_ARGS);
int graphics_BRCK(GRAPHICS_FUNC_ARGS);
+int graphics_WOOD(GRAPHICS_FUNC_ARGS);
+int graphics_PLNT(GRAPHICS_FUNC_ARGS);
void TRON_init_graphics();
@@ -439,6 +441,7 @@ int update_VINE(UPDATE_FUNC_ARGS);
int update_WARP(UPDATE_FUNC_ARGS);
int update_WATR(UPDATE_FUNC_ARGS);
int update_WIFI(UPDATE_FUNC_ARGS);
+int update_WOOD(UPDATE_FUNC_ARGS);
int update_WTRV(UPDATE_FUNC_ARGS);
int update_YEST(UPDATE_FUNC_ARGS);
int update_SOAP(UPDATE_FUNC_ARGS);