summaryrefslogtreecommitdiff
path: root/src/powder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/powder.c')
-rw-r--r--src/powder.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/powder.c b/src/powder.c
index 853b216..b0646b0 100644
--- a/src/powder.c
+++ b/src/powder.c
@@ -955,6 +955,9 @@ inline int create_part(int p, int x, int y, int tv)//the function for creating a
parts[i].life = 110;
parts[i].tmp = 50;
}
+ if (t==PT_IGNT) {
+ parts[i].life = 3;
+ }
if (t==PT_FRZW)
parts[i].life = 100;
if (t==PT_PIPE)