From 891895f467c804fe72bd815c4f15fe27649d34c1 Mon Sep 17 00:00:00 2001 From: Vivalas Date: Sun, 17 Sep 2017 17:46:27 -0500 Subject: [PATCH] SPAN ME UP SPAN ME UP INSIDE!!!! I CAN'T SPAN UP SAVEEEEE MEEEEEEEEE --- code/modules/surgery/organs/organ_external.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/surgery/organs/organ_external.dm b/code/modules/surgery/organs/organ_external.dm index 2336a438295..9e173a26fdb 100644 --- a/code/modules/surgery/organs/organ_external.dm +++ b/code/modules/surgery/organs/organ_external.dm @@ -201,7 +201,7 @@ owner.emote("scream") //getting hit on broken hand hurts if(status & ORGAN_SPLINTED && prob((brute + burn)*4)) //taking damage to splinted limbs removes the splints status &= ~ORGAN_SPLINTED - owner.visible_message("The splint on [owner]'s left arm unravels from their [src.name]!","The splint on your [src.name] unravels!") + owner.visible_message("The splint on [owner]'s left arm unravels from their [src.name]!","The splint on your [src.name] unravels!") owner.handle_splints() if(used_weapon) add_autopsy_data("[used_weapon]", brute + burn) @@ -471,7 +471,7 @@ Note that amputating the affected organ does in fact remove the infection from t return if(owner.step_count >= splinted_count + SPLINT_LIFE) status &= ~ORGAN_SPLINTED //oh no, we actually need surgery now! - owner.visible_message("[owner] screams in pain as their splint pops off their [src.name]!","You scream in pain as your splint pops off your [src.name]!") + owner.visible_message("[owner] screams in pain as their splint pops off their [src.name]!","You scream in pain as your splint pops off your [src.name]!") owner.emote("scream") owner.Stun(2) owner.handle_splints() @@ -776,4 +776,4 @@ Note that amputating the affected organ does in fact remove the infection from t for(var/X in bodyparts) var/obj/item/organ/external/L = X for(var/obj/item/I in L.embedded_objects) - return 1 \ No newline at end of file + return 1