Distilled water instead of water from H2+O2
This commit is contained in:
parent
422fcc68ec
commit
7be136ddee
@ -11,7 +11,7 @@ int update_PYRO(UPDATE_FUNC_ARGS) {
|
||||
if(t==PT_FIRE && parts[i].life <=1)
|
||||
{
|
||||
if (parts[i].tmp==3){
|
||||
t = PT_WATR;
|
||||
t = PT_DSTW;
|
||||
part_change_type(i,x,y,t);
|
||||
parts[i].life = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user