...Doubled pressure generating limit, so it doesn't explode out of containers -quite- as much.

This commit is contained in:
Catelite 2012-06-06 11:28:20 -04:00 committed by Simon Robertshaw
parent f77f1ab485
commit b5202ad38a

View File

@ -46,7 +46,7 @@ int update_EXOT(UPDATE_FUNC_ARGS) {
parts[i].temp = 10000; parts[i].temp = 10000;
} }
else else
pv[y/CELL][x/CELL] += (parts[i].tmp2*CFDS)/40000; pv[y/CELL][x/CELL] += (parts[i].tmp2*CFDS)/160000;
if (pv[y/CELL][x/CELL]>200 && parts[i].temp>9000 && parts[i].tmp2>200) if (pv[y/CELL][x/CELL]>200 && parts[i].temp>9000 && parts[i].tmp2>200)
{ {
part_change_type(i, x, y, PT_WARP); part_change_type(i, x, y, PT_WARP);