Skip to content

Commit

Permalink
Merge branch 'bodyparts_parse' into translate-bodyparts
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Oct 6, 2024
2 parents 74e69f3 + a4e8746 commit f3a9f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__HELPERS/mobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ GLOBAL_LIST_INIT(skin_tone_names, list(
if(part?.ru_plaintext_zone[declent])
return part.ru_plaintext_zone[declent]
return ru_parse_zone(zone, declent)
// BANDASTATION EDIT END
// BANDASTATION EDIT END

///Return a string for the specified body zone. Should be used for parsing non-instantiated bodyparts, otherwise use [/obj/item/bodypart/var/plaintext_zone]
/proc/parse_zone(zone)
Expand Down

0 comments on commit f3a9f41

Please sign in to comment.