Create mercury with tmp value

This commit is contained in:
jacksonmj 2011-06-05 18:05:09 +01:00 committed by Simon Robertshaw
parent 22b3ae9275
commit 1144e3e2d7

View File

@ -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)