mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Fixes a runtime in hail code (#4973)
This commit is contained in:
@@ -331,7 +331,7 @@ datum/weather/sif
|
|||||||
continue // No need to apply damage.
|
continue // No need to apply damage.
|
||||||
|
|
||||||
L.apply_damage(rand(5, 10), BRUTE, target_zone, amount_blocked, amount_soaked, used_weapon = "hail")
|
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
|
/datum/weather/sif/blood_moon
|
||||||
name = "blood moon"
|
name = "blood moon"
|
||||||
|
|||||||
Reference in New Issue
Block a user