Skip to content

Commit

Permalink
add: GreyTide strip (#6296)
Browse files Browse the repository at this point in the history
* NanoMap Auto-Update (Fri Oct  4 00:38:07 UTC 2024)

* СЕ дай пояс

* kisik myaukni

* kisik2

* Update code/modules/clothing/under/accessories/accessory.dm

* Update code/modules/clothing/under/accessories/accessory.dm

* Update code/modules/clothing/under/accessories/accessory.dm

* доработка

---------

Co-authored-by: NanoMap Generation <[email protected]>
Co-authored-by: PlayerUnknown14 <[email protected]>
Co-authored-by: Antoonij <[email protected]>
  • Loading branch information
4 people authored Jan 11, 2025
1 parent 959f282 commit 844d99e
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/modules/client/preference/loadout/loadout_donor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,12 @@
donator_tier = 3
cost = 1

/datum/gear/donor/strip/greytide
index_name = "strip, GreyTide"
path = /obj/item/clothing/accessory/head_strip/greytide
donator_tier = 3
cost = 1

/datum/gear/donor/heartglasses
index_name = "heart-shaped glasses, color"
path = /obj/item/clothing/glasses/heart
Expand Down
15 changes: 15 additions & 0 deletions code/modules/clothing/under/accessories/accessory.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1152,6 +1152,21 @@
item_state = "stripe_federal"
strip_bubble_icon = "federal"

/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"

/obj/item/clothing/accessory/head_strip/lawyers_badge
name = "attorney's badge"
desc = "Fills you with the conviction of JUSTICE. Lawyers tend to want to show it to everyone they meet."
Expand Down
Binary file modified icons/mob/clothing/ties.dmi
Binary file not shown.
Binary file modified icons/mob/talk.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/ties.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/ties_overlay.dmi
Binary file not shown.

0 comments on commit 844d99e

Please sign in to comment.