Last minute explosiveness enhancement for LITH (#788)
This commit is contained in:
parent
c6a52d1425
commit
a014c81ad6
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user