summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/powder.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/powder.c b/src/powder.c
index a0214bb..5b3e03c 100644
--- a/src/powder.c
+++ b/src/powder.c
@@ -807,6 +807,8 @@ inline int create_part(int p, int x, int y, int t)//the function for creating a
}
if (t==PT_DEUT)
parts[i].life = 10;
+ if (t==PT_MERC)
+ parts[i].tmp = 10;
if (t==PT_BRAY)
parts[i].life = 30;
if (t==PT_PUMP)