From 1d0438800e9152a73800697c1f4e74b1c43ba823 Mon Sep 17 00:00:00 2001 From: Useroth Date: Sun, 8 Dec 2019 17:04:11 +0100 Subject: [PATCH] Touched up a copy-paste leftover. --- .../living/simple_animal/hostile/mining_mobs/elites/elite.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/mining_mobs/elites/elite.dm b/code/modules/mob/living/simple_animal/hostile/mining_mobs/elites/elite.dm index 36abd92b40..04a1b4a468 100644 --- a/code/modules/mob/living/simple_animal/hostile/mining_mobs/elites/elite.dm +++ b/code/modules/mob/living/simple_animal/hostile/mining_mobs/elites/elite.dm @@ -142,7 +142,7 @@ While using this makes the system rely on OnFire, it still gives options for tim /obj/item/gps/internal/elite icon_state = null gpstag = "Menacing Signal" - desc = "You're not quite sure how a signal can be bloody." + desc = "You're not quite sure how a signal can be menacing." invisibility = 100 /obj/structure/elite_tumor/attack_hand(mob/user)