Fixes a runtime in hail code (#4973)

This commit is contained in:
Anewbe
2018-02-27 19:46:08 -06:00
committed by Atermonera
parent f49b1a9ad2
commit 33766df3d4

View File

@@ -331,7 +331,7 @@ datum/weather/sif
continue // No need to apply damage.
L.apply_damage(rand(5, 10), BRUTE, target_zone, amount_blocked, amount_soaked, used_weapon = "hail")
to_chat(L, "<span class='warning'>The hail raining down on you [L.can_feel_pain() ? "hurts" : "damages you"]!</span>")
to_chat(L, "<span class='warning'>The hail smacks into you!</span>")
/datum/weather/sif/blood_moon
name = "blood moon"