Jacob can't into switches

This commit is contained in:
cracker64 2013-05-21 17:54:37 -03:00
parent 6fec955f41
commit e1d8585871

View File

@ -67,10 +67,6 @@ int Element_DSTW::update(UPDATE_FUNC_ARGS)
}
break;
case PT_SLTW:
if (!(rand()%100))
{
sim->part_change_type(i,x,y,PT_WATR);
}
if (!(rand()%2000))
{
sim->part_change_type(i,x,y,PT_SLTW);