mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-11 19:04:05 +02:00
POLO fix (I can't count)
This commit is contained in:
@@ -84,7 +84,7 @@ int Element_POLO::update(UPDATE_FUNC_ARGS)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (parts[i].tmp2 >= 6)
|
if (parts[i].tmp2 >= 10)
|
||||||
{
|
{
|
||||||
sim->part_change_type(i,x,y,PT_PLUT);
|
sim->part_change_type(i,x,y,PT_PLUT);
|
||||||
parts[i].temp = (parts[i].temp+600.0f)/2.0f;
|
parts[i].temp = (parts[i].temp+600.0f)/2.0f;
|
||||||
|
Reference in New Issue
Block a user