mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
False alarm fix
This commit is contained in:
@@ -51,7 +51,6 @@
|
||||
|
||||
/datum/weather/ash_storm/false_alarm //No storm, just light ember fall
|
||||
purely_aesthetic = TRUE
|
||||
duration_message = "An ash storm has started! Get inside!"
|
||||
duration_overlay = "light_ash"
|
||||
duration_message = "Looks like the storm just missed the mining area. False alarm."
|
||||
wind_down_message = "The ash fall starts to trail off."
|
||||
@@ -62,4 +61,4 @@
|
||||
var/thermal_protection = H.get_thermal_protection()
|
||||
if(thermal_protection >= FIRE_IMMUNITY_SUIT_MAX_TEMP_PROTECT)
|
||||
return
|
||||
L.adjustFireLoss(4)
|
||||
L.adjustFireLoss(4)
|
||||
|
||||
Reference in New Issue
Block a user