Skip to content

Commit

Permalink
Update code/modules/clothing/under/accessories/accessory.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayerUnknown14 authored Jan 6, 2025
1 parent 0b631dc commit 813d132
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/modules/clothing/under/accessories/accessory.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,14 @@
/obj/item/clothing/accessory/head_strip/greytide
name = "GreyTide strip"
desc = "Плотно сшитая круглая нашивка серого цвета с расположенным в центре противогазом."
ru_names = list(
NOMINATIVE = "нашивка \"GreyTide\"",
GENITIVE = "нашивки \"GreyTide\"",
DATIVE = "нашивке \"GreyTide\"",
ACCUSATIVE = "нашивку \"GreyTide\"",
INSTRUMENTAL = "нашивкой \"GreyTide\"",
PREPOSITIONAL = "нашивке \"GreyTide\""
)
icon_state = "greytstrip"
item_state = "greytstrip"
strip_bubble_icon = "greyt"
Expand Down

0 comments on commit 813d132

Please sign in to comment.