Reset molten SLCN tmp in reactions to prevent interference with products
This commit is contained in:
parent
2f85557505
commit
091764533d
@ -176,11 +176,13 @@ int Element_FIRE_update(UPDATE_FUNC_ARGS)
|
|||||||
parts[i].ctype = PT_STNE;
|
parts[i].ctype = PT_STNE;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
parts[i].tmp = 0;
|
||||||
sim->kill_part(ID(r));
|
sim->kill_part(ID(r));
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
else if (rt == PT_LAVA && (parts[ID(r)].ctype == PT_METL || parts[ID(r)].ctype == PT_BMTL) && parts[i].ctype == PT_SLCN)
|
else if (rt == PT_LAVA && (parts[ID(r)].ctype == PT_METL || parts[ID(r)].ctype == PT_BMTL) && parts[i].ctype == PT_SLCN)
|
||||||
{
|
{
|
||||||
|
parts[i].tmp = 0;
|
||||||
parts[i].ctype = PT_NSCN;
|
parts[i].ctype = PT_NSCN;
|
||||||
parts[ID(r)].ctype = PT_PSCN;
|
parts[ID(r)].ctype = PT_PSCN;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user