mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 08:35:39 +01:00
another sm alarm fix (#17002)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user