Dear PSTE

Nobody likes you
Sincerely, Everyone
This commit is contained in:
Simon Robertshaw 2011-04-23 21:17:02 +01:00
parent 085ea571b8
commit db427e4cdd

View File

@ -19,11 +19,11 @@ int update_WATR(UPDATE_FUNC_ARGS) {
part_change_type(i,x,y,PT_FIRE);
parts[i].life = 4;
}
if ((r&0xFF)==PT_CNCT && 1>(rand()%500))
/*if ((r&0xFF)==PT_CNCT && 1>(rand()%500)) Concrete+Water to paste, not very popular
{
part_change_type(i,x,y,PT_PSTE);
kill_part(r>>8);
}
}*/
}
return 0;
}