Skip to content

Commit

Permalink
some bodyparts runames
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Oct 8, 2024
1 parent 2c03878 commit 8d1e148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/surgery/bodyparts/_bodyparts.dm
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@
grind_results = null

name = "[limb_id] [parse_zone(body_zone)]"
RU_NAMES_LIST_INIT("[limb_id] [parse_zone(body_zone)]", "[ru_parse_zone(body_zone, declent = NOMINATIVE)] ([limb_id])", "[ru_parse_zone(body_zone, declent = GENITIVE)] ([limb_id])", "[ru_parse_zone(body_zone, declent = DATIVE)] ([limb_id])", "[ru_parse_zone(body_zone, declent = ACCUSATIVE)] ([limb_id])", "[ru_parse_zone(body_zone, declent = INSTRUMENTAL)] ([limb_id])", "[ru_parse_zone(body_zone, declent = PREPOSITIONAL)] ([limb_id])")
update_icon_dropped()
refresh_bleed_rate()

Expand Down
1 change: 1 addition & 0 deletions code/modules/surgery/bodyparts/dismemberment.dm
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@
pill.forceMove(src)

name = "[owner.real_name]'s head"
RU_NAMES_LIST_INIT("[owner.real_name]'s head", "голова [owner.real_name]", "головы [owner.real_name]", "голове [owner.real_name]", "голову [owner.real_name]", "головой [owner.real_name]", "голове [owner.real_name]")
return ..()

///Try to attach this bodypart to a mob, while replacing one if it exists, does nothing if it fails.
Expand Down

0 comments on commit 8d1e148

Please sign in to comment.