From ac32b14910eb6c3db58dc7e78f85a65b8daf9629 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Wed, 12 Jul 2017 03:52:56 -0400 Subject: [PATCH] fix --- code/game/objects/items/stacks/medical.dm | 4 ++-- code/modules/mob/living/carbon/human/examine.dm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/objects/items/stacks/medical.dm b/code/game/objects/items/stacks/medical.dm index 30d68c80deb..04be0d53a1a 100644 --- a/code/game/objects/items/stacks/medical.dm +++ b/code/game/objects/items/stacks/medical.dm @@ -99,7 +99,7 @@ affecting.bandage() affecting.disinfect() - user.visible_message("[user] bandages the wounds on [H]'s [affecting.name].", \ + user.visible_message("[user] bandages the wounds on [H]'s [affecting.name].", \ "You bandage the wounds on [H]'s [affecting.name]." ) if(stop_bleeding) @@ -144,7 +144,7 @@ if(affecting.open == 0) affecting.salve() - user.visible_message("[user] salves the wounds on [H]'s [affecting.name].", \ + user.visible_message("[user] salves the wounds on [H]'s [affecting.name].", \ "You salve the wounds on [H]'s [affecting.name]." ) affecting.heal_damage(heal_brute, heal_burn) H.UpdateDamageIcon() diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index c6ce5817714..70034def245 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -412,7 +412,7 @@ msg += "[t_He] [t_is] bandaged with something.\n" else if(bleed_rate) if(reagents.has_reagent("heparin")) - msg += "[t_He] [t_is] bleeding uncontrollably!\n" + msg += "[t_He] [t_is] bleeding uncontrollably!\n" else msg += "[t_He] [t_is] bleeding!\n"