Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Declent bodyparts in surgery steps #522

Merged
merged 7 commits into from
Oct 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove space
larentoun committed Oct 6, 2024
commit a4e87466ce41f982fe8ccfab4bb3e2a8b850004f
2 changes: 1 addition & 1 deletion code/__HELPERS/mobs.dm
Original file line number Diff line number Diff line change
@@ -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)