Skip to content

Commit

Permalink
[MIRROR] Show hand and foot splints on examine
Browse files Browse the repository at this point in the history
  • Loading branch information
SierraKomodo authored and LordNest committed Jan 7, 2025
1 parent 5c05f1a commit 84dd88d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/examine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion html/changelogs/AutoChangeLog-sierra-pr-3055.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84dd88d

Please sign in to comment.