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 ---------------------\\