another sm alarm fix (#17002)

This commit is contained in:
Kashargul
2025-02-01 20:29:18 +01:00
committed by GitHub
parent cd89f4d237
commit 8cbbbd40a1
@@ -248,7 +248,7 @@
alert_msg = emergency_alert + alert_msg
lastwarning = world.timeofday - WARNING_DELAY * 4
safe_warned = FALSE
else if(damage >= damage_archived) // The damage is still going up
else if(damage > 0 && damage >= damage_archived) // The damage is still going up
safe_warned = FALSE
alert_msg = warning_alert + alert_msg
lastwarning = world.timeofday