Skip to content

Commit

Permalink
add: T4 donor CE speechbubble (ss220-space#4949)
Browse files Browse the repository at this point in the history
* T4CE Bubble

* add: T4 donor CE speechbubble
## Описание
Т4 донор спичбабл для СЕ.

## Ссылка на предложение/Причина создания ПР
https://discord.com/channels/617003227182792704/755125334097133628/1231375774314004592

* fix fantom pixels
  • Loading branch information
Mr-Vivor authored Apr 23, 2024
1 parent 29babe7 commit 5688e21
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/modules/client/preference/loadout/loadout_donor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,13 @@
cost = 1
allowed_roles = list(JOB_TITLE_CHIEF)

/datum/gear/donor/strip/t4ce
display_name = "strip, Grand Chief Engineer"
path = /obj/item/clothing/accessory/head_strip/t4ce
donator_tier = 4
cost = 1
allowed_roles = list(JOB_TITLE_CHIEF)

/datum/gear/donor/strip/cmo
display_name = "strip, Chief Medical Officer"
path = /obj/item/clothing/accessory/head_strip/cmo
Expand Down
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 @@ -979,6 +979,14 @@
item_color = "cestrip"
strip_bubble_icon = "CE"

/obj/item/clothing/accessory/head_strip/t4ce
name = "Grand Chief Engineer's strip"
desc = "Плотно сшитая круглая нашивка из серого бархата, по центру красуется логотип корпорации Nanotrasen прошитый желтыми металлическими нитями. Если присмотреться, можно заметить проходящее по нитям электричество и небольшие искорки."
icon_state = "t4cestrip"
item_state = "t4cestrip"
item_color = "t4cestrip"
strip_bubble_icon = "T4CE"

/obj/item/clothing/accessory/head_strip/cmo
name = "Chief Medical Officer's strip"
desc = "Плотно сшитая круглая нашивка из голубого бархата, по центру красуется логотип корпорации Nanotrasen прошитый белыми металлическими нитями. Награда выданная центральным командованием за выдающиеся успехи в области медицины."
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 5688e21

Please sign in to comment.