mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-22 16:02:54 +02:00
TPT: GPMP activated at draw
This commit is contained in:
@@ -2608,7 +2608,7 @@ int Simulation::create_part(int p, int x, int y, int tv)//the function for creat
|
|||||||
parts[i].tmp = 10;
|
parts[i].tmp = 10;
|
||||||
if (t==PT_BRAY)
|
if (t==PT_BRAY)
|
||||||
parts[i].life = 30;
|
parts[i].life = 30;
|
||||||
if (t==PT_PUMP)
|
if (t==PT_PUMP || t==PT_GPMP)
|
||||||
parts[i].life= 10;
|
parts[i].life= 10;
|
||||||
if (t==PT_SING)
|
if (t==PT_SING)
|
||||||
parts[i].life = rand()%50+60;
|
parts[i].life = rand()%50+60;
|
||||||
|
Reference in New Issue
Block a user