mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-01 12:02:40 +02:00
Distilled water instead of water from H2+O2
This commit is contained in:
@@ -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