From d1db2670905dc619a1a4250b21f90538e5290928 Mon Sep 17 00:00:00 2001 From: Lijah99 Date: Mon, 21 Sep 2015 17:03:16 -0600 Subject: [PATCH] Fixes shade attack text to be applicable to everything --- code/modules/mob/living/simple_animal/shade.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/shade.dm b/code/modules/mob/living/simple_animal/shade.dm index a7fabaed8d2..3914c74e65c 100644 --- a/code/modules/mob/living/simple_animal/shade.dm +++ b/code/modules/mob/living/simple_animal/shade.dm @@ -16,7 +16,7 @@ speak_chance = 1 melee_damage_lower = 5 melee_damage_upper = 15 - attacktext = "drains the life from" + attacktext = "metaphysically strikes" minbodytemp = 0 maxbodytemp = 4000 atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0)