POLO fix (I can't count)

This commit is contained in:
jacob1 2017-06-04 19:46:59 -04:00
parent 2dbdc3109b
commit d73586c566

View File

@ -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);
parts[i].temp = (parts[i].temp+600.0f)/2.0f;