From 98f0e4447c8ee2ba52ce8069e9fea2da9092e862 Mon Sep 17 00:00:00 2001 From: Balrog Date: Wed, 8 Jan 2014 17:14:57 -0500 Subject: [PATCH] Fixed typo in augmented limb weld message --- code/modules/mob/living/carbon/human/human_defense.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/human_defense.dm b/code/modules/mob/living/carbon/human/human_defense.dm index fc245264c18..7f4e13d0c72 100644 --- a/code/modules/mob/living/carbon/human/human_defense.dm +++ b/code/modules/mob/living/carbon/human/human_defense.dm @@ -136,7 +136,7 @@ emp_act O.show_message(text("\blue [user] has fixed some of the dents on [src]'s [affecting.getDisplayName()]!"), 1) //Tell everyone [src]'s limb (by its real name) has been repaired return //So we don't attack them as well else - user << "[src]'s [affecting.getDisplayName()] is already in good condidtion" + user << "[src]'s [affecting.getDisplayName()] is already in good condition" return else user << "Need more welding fuel!" @@ -154,7 +154,7 @@ emp_act O.show_message(text("\blue [user] has fixed some of the burnt wires on [src]'s [affecting.getDisplayName()]!"), 1) return //So we don't attack them as well else - user << "[src]'s [affecting.getDisplayName()] is already in good condidtion" + user << "[src]'s [affecting.getDisplayName()] is already in good condition" return //-------------------- End of Cyber limb stuff ---------------------\\