From 84dd88d4e2847d7a6ad4fffd843b3c73bce70d0f Mon Sep 17 00:00:00 2001 From: SierraKomodo <11140088+SierraKomodo@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:12:08 +0000 Subject: [PATCH] [MIRROR] Show hand and foot splints on examine --- code/modules/mob/living/carbon/human/examine.dm | 2 +- html/changelogs/AutoChangeLog-sierra-pr-3055.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index 356e64e6b906c..287d7c564d550 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -163,7 +163,7 @@ msg += "The message \"[robohead.display_text]\" is displayed on its screen.\n" //splints - for(var/organ in list(BP_L_LEG, BP_R_LEG, BP_L_ARM, BP_R_ARM)) + for(var/organ in list(BP_L_LEG, BP_R_LEG, BP_L_FOOT, BP_R_FOOT, BP_L_ARM, BP_R_ARM, BP_L_HAND, BP_R_HAND)) var/obj/item/organ/external/o = get_organ(organ) if(o && o.splinted && o.splinted.loc == o) msg += "[SPAN_WARNING("[P.He] [P.has] \a [o.splinted] on [P.his] [o.name]!")]\n" diff --git a/html/changelogs/AutoChangeLog-sierra-pr-3055.yml b/html/changelogs/AutoChangeLog-sierra-pr-3055.yml index 30420185a376c..e3d6c11b5a40c 100644 --- a/html/changelogs/AutoChangeLog-sierra-pr-3055.yml +++ b/html/changelogs/AutoChangeLog-sierra-pr-3055.yml @@ -5,7 +5,7 @@ changes: Dumping the entire magazine at once onto the ground by using it in your active hand is still instant.} - {rscadd: You can now transfer bullets between magazines of matching caliburs by - using magazines on eachother. Have a bunch of partials you want to repack? That's + using magazines on eachother. Have a bunch of partials you want to repack. That's a lot easier now.} - {rscadd: 'Clicking on a pile of bullets on the ground with a magazine or ammobox will now load bullets from the pile into the magazine/box. This intentionally