Skip to content

Commit

Permalink
should be list
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Nov 27, 2024
1 parent 0bd56c8 commit 8bb1069
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/Initialize(mapload)
. = ..()
Expand Down

0 comments on commit 8bb1069

Please sign in to comment.