Last minute explosiveness enhancement for LITH (#788)

This commit is contained in:
moonheart08 2021-07-05 23:57:41 -05:00 committed by jacob1
parent c6a52d1425
commit a014c81ad6
No known key found for this signature in database
GPG Key ID: 4E58A32D510E1995

View File

@ -112,7 +112,7 @@ static int update(UPDATE_FUNC_ARGS)
}
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);
hydrogenationFactor = 10;
}