From 33766df3d4ad81815d1fee400e112bbbc9075227 Mon Sep 17 00:00:00 2001 From: Anewbe Date: Tue, 27 Feb 2018 19:46:08 -0600 Subject: [PATCH] Fixes a runtime in hail code (#4973) --- code/modules/planet/sif.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/planet/sif.dm b/code/modules/planet/sif.dm index 3fb5ff2be2..7915c5e015 100644 --- a/code/modules/planet/sif.dm +++ b/code/modules/planet/sif.dm @@ -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, "The hail raining down on you [L.can_feel_pain() ? "hurts" : "damages you"]!") + to_chat(L, "The hail smacks into you!") /datum/weather/sif/blood_moon name = "blood moon"