False alarm fix

This commit is contained in:
KorPhaeron
2015-12-24 05:05:13 -06:00
parent 6716fc9282
commit 4d7d3654bc
@@ -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)