summaryrefslogtreecommitdiff
path: root/src/elements/clst.c
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2012-08-07 19:34:47 (GMT)
committer jacksonmj <mj-pt@jacksonmj.co.uk>2012-08-21 23:07:42 (GMT)
commit8d6e0a835e69a020727e3d99bad4411f2771e659 (patch)
tree358714d1dfebffd6d6344fed63f08ecd1bcb52d7 /src/elements/clst.c
parent2adea2f7e36d1739473ef829a19402fe7ccd7544 (diff)
downloadpowder-8d6e0a835e69a020727e3d99bad4411f2771e659.zip
powder-8d6e0a835e69a020727e3d99bad4411f2771e659.tar.gz
GEL and SPNG absorb water from more elements and leave behind what the water was mixed with
Diffstat (limited to 'src/elements/clst.c')
-rw-r--r--src/elements/clst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/clst.c b/src/elements/clst.c
index 36046cd..8fe1a6c 100644
--- a/src/elements/clst.c
+++ b/src/elements/clst.c
@@ -27,7 +27,7 @@ int update_CLST(UPDATE_FUNC_ARGS) {
continue;
if ((r&0xFF)==PT_WATR && 1>(rand()%1500))
{
- part_change_type(i,x,y,PT_PSTS);
+ part_change_type(i,x,y,PT_PSTS);
kill_part(r>>8);
}
if ((r&0xFF)==PT_NITR)