Skip to content

Commit

Permalink
Чистка по рантайму 2
Browse files Browse the repository at this point in the history
  • Loading branch information
msw7007 committed Jul 15, 2024
1 parent 5deb95e commit dab3357
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions modular_bandastation/clothing/code/suits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,15 @@
/obj/item/clothing/suit/hooded/shark_costume/light
name = "светло-голубой костюм акулы"
icon_state = "shark_casual_light"
icon = 'modular_bandastation/clothing/icons/object/hats.dmi'
worn_icon = 'modular_bandastation/clothing/icons/mob/hats.dmi'
hoodtype = /obj/item/clothing/head/hooded/shark_hood/light_par

/obj/item/clothing/head/hooded/shark_hood/light_par
name = "светло-голубой акулий капюшон"
icon_state = "shark_casual_light"
icon = 'modular_bandastation/clothing/icons/object/hats.dmi'
worn_icon = 'modular_bandastation/clothing/icons/mob/hats.dmi'

/obj/item/clothing/suit/space/deathsquad/officer/syndie
name = "куртка офицера синдиката"
Expand All @@ -98,6 +102,8 @@
name = "полевой плащ офицера флота Нанотрейзен"
desc = "Парадный плащ нового образца, внедряемый на объектах компании в последнее время. Отличительной чертой является стоячий воротник и резаный подол. Невысокие показатели защиты нивелируются пафосом, источаемым этим плащом."
icon_state = "ntsc_coat"
icon = 'modular_bandastation/clothing/icons/object/hats.dmi'
worn_icon = 'modular_bandastation/clothing/icons/mob/hats.dmi'

/obj/item/clothing/suit/hooded/vi_arcane
name = "куртка Вай"
Expand Down Expand Up @@ -130,6 +136,8 @@
/obj/item/clothing/head/hooded/vi_arcane
name = "капюшон Вай"
icon_state = "vi_arcane"
icon = 'modular_bandastation/clothing/icons/object/hats.dmi'
worn_icon = 'modular_bandastation/clothing/icons/mob/hats.dmi'

/obj/item/clothing/suit/storage/soundhand_white_jacket
name = "серебристая куртка группы Саундхэнд"
Expand Down
2 changes: 1 addition & 1 deletion modular_bandastation/instruments/code/drumskit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
song.allowed_instrument_ids = "drums"

/obj/structure/musician/drumskit/Destroy()
// Пытаемся почистить треки
. = ..() // Пытаемся почистить треки
if (song)
qdel(song)
return ..()
Expand Down

0 comments on commit dab3357

Please sign in to comment.