Skip to content

Commit

Permalink
list should always exist on bodyparts anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Oct 10, 2024
1 parent 7371d25 commit d559a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_bandastation/translations/code/bodyparts.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Code for handling declents for bodyparts

/obj/item/bodypart
var/list/ru_plaintext_zone
var/list/ru_plaintext_zone = list()

/obj/item/bodypart/head
ru_plaintext_zone = RU_NAMES_LIST("head", "голова", "головы", "голове", "голову", "головой", "голове")
Expand Down

0 comments on commit d559a8b

Please sign in to comment.