Create mercury with tmp value
This commit is contained in:
parent
22b3ae9275
commit
1144e3e2d7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user