summaryrefslogtreecommitdiff
path: root/src/powder.c
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-09-23 11:48:24 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-09-23 11:48:24 (GMT)
commit24b4478136ff0919cff0c62ace2deb173b879472 (patch)
tree55095c76527bf106c8f84e48bf8135f9b45932f8 /src/powder.c
parent8b9a0b663fb7684ae7a2f054f4ec53c0cb293a66 (diff)
downloadpowder-24b4478136ff0919cff0c62ace2deb173b879472.zip
powder-24b4478136ff0919cff0c62ace2deb173b879472.tar.gz
Added Caustic gas, similar to acid, created with acid and water vapour
Diffstat (limited to 'src/powder.c')
-rw-r--r--src/powder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/powder.c b/src/powder.c
index 6b4184c..591f650 100644
--- a/src/powder.c
+++ b/src/powder.c
@@ -849,7 +849,7 @@ inline int create_part(int p, int x, int y, int tv)//the function for creating a
parts[i].tmp2 = -1;
}
//now set various properties that we want at spawn.
- if (t==PT_ACID)
+ if (t==PT_ACID || t==PT_CAUS)
{
parts[i].life = 75;
}