From 8c5153b490d1f79c8eacfe8e8dfa5141fe6cddb9 Mon Sep 17 00:00:00 2001 From: lass9030 Date: Tue, 9 Oct 2018 15:12:51 +0200 Subject: [PATCH] Minor text edit. --- code/modules/clothing/suits/armor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/armor.dm b/code/modules/clothing/suits/armor.dm index 8e91fbb2dd2..bc8ded8a233 100644 --- a/code/modules/clothing/suits/armor.dm +++ b/code/modules/clothing/suits/armor.dm @@ -295,7 +295,7 @@ return 0 if(prob(hit_reaction_chance)) var/mob/living/carbon/human/H = owner - owner.visible_message("The reactive teleport system flings [H] clear of [attack_text], shutting itself off in the process!") + owner.visible_message("The reactive teleport system flings [H] clear of [attack_text]!") var/list/turfs = new/list() for(var/turf/T in orange(tele_range, H)) if(istype(T, /turf/space))