mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-03 04:52:35 +02:00
Last minute explosiveness enhancement for LITH (#788)
This commit is contained in:
@@ -112,7 +112,7 @@ static int update(UPDATE_FUNC_ARGS)
|
|||||||
}
|
}
|
||||||
if (self.temp > 440.f)
|
if (self.temp > 440.f)
|
||||||
{
|
{
|
||||||
burnTimer = 1024 + (storedEnergy > 24 ? 24 : storedEnergy);
|
burnTimer = 1024 + (storedEnergy > 24 ? 96 : storedEnergy * 4);
|
||||||
sim->part_change_type(ID(neighborData), x + rx, y + ry, PT_H2);
|
sim->part_change_type(ID(neighborData), x + rx, y + ry, PT_H2);
|
||||||
hydrogenationFactor = 10;
|
hydrogenationFactor = 10;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user