mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-29 10:49:53 +02:00
Jacob can't into switches
This commit is contained in:
@@ -67,10 +67,6 @@ int Element_DSTW::update(UPDATE_FUNC_ARGS)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case PT_SLTW:
|
case PT_SLTW:
|
||||||
if (!(rand()%100))
|
|
||||||
{
|
|
||||||
sim->part_change_type(i,x,y,PT_WATR);
|
|
||||||
}
|
|
||||||
if (!(rand()%2000))
|
if (!(rand()%2000))
|
||||||
{
|
{
|
||||||
sim->part_change_type(i,x,y,PT_SLTW);
|
sim->part_change_type(i,x,y,PT_SLTW);
|
||||||
|
Reference in New Issue
Block a user