From 47e688b23645bccda7dfb02a34d94d1686e0654e Mon Sep 17 00:00:00 2001 From: Kar4es <144079671+Kar4es@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:07:52 +0700 Subject: [PATCH] =?UTF-8?q?Add:=20=D0=A1=D0=B0=D1=83=D0=BD=D0=B4=D1=85?= =?UTF-8?q?=D1=8D=D0=B4=20=D1=82=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20=D0=B2=20?= =?UTF-8?q?=D0=B4=D0=BE=D0=BD=D0=BE=D1=80=D0=B5=20=D0=B8=20=D0=BA=D0=B0?= =?UTF-8?q?=D1=80=D0=B3=D0=BE=20(#949)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Что этот PR делает Добавил курткам Саундхэнд карманы Добавил Куртки с тэгом в лоадаут за 2 поинта Добавил в карго фанатские куртки Саундхэнд и барабан в big band ## Почему это хорошо для игры Потому что так и задумывалось ## Изображения изменений мэ ## Тестирование Зашел, проверил - ворк ## Changelog :cl: add: В лоадауте теперь есть куртки Саундхэнд, стоят 2 очка. add: В карго теперь можно заказать фанатские куртки Саундхэнд и красный барабан в наборе Big Band tweak: В куртках Саундхэнд теперь есть карманы. tweak: Теперь куртка Саундхэнд без тега - просто фанатская. /:cl: --- modular_ss220/clothing/code/suits.dm | 32 +++++++++++++++++---------- modular_ss220/jukebox/code/jukebox.dm | 4 ++++ modular_ss220/loadout/code/donor.dm | 15 +++++++++++++ 3 files changed, 39 insertions(+), 12 deletions(-) diff --git a/modular_ss220/clothing/code/suits.dm b/modular_ss220/clothing/code/suits.dm index 96a8aa00541b..b4a5c649e984 100644 --- a/modular_ss220/clothing/code/suits.dm +++ b/modular_ss220/clothing/code/suits.dm @@ -119,16 +119,16 @@ name = "капюшон Вай" icon_state = "vi_arcane" -/obj/item/clothing/suit/soundhand_black_jacket - name = "черная куртка группы Саундхэнд." - desc = "Легендарная черная куртка группы Саундхэнд." +/obj/item/clothing/suit/storage/soundhand_black_jacket + name = "фанатская черная куртка группы Саундхэнд." + desc = "Фанатская черная куртка группы Саундхэнд." icon = 'modular_ss220/clothing/icons/object/suits.dmi' icon_state = "soundhand_black_jacket" icon_override = 'modular_ss220/clothing/icons/mob/suits.dmi' lefthand_file = 'modular_ss220/clothing/icons/inhands/left_hand.dmi' righthand_file = 'modular_ss220/clothing/icons/inhands/right_hand.dmi' -/obj/item/clothing/suit/soundhand_black_jacket/soundhand_black_jacket_tag +/obj/item/clothing/suit/storage/soundhand_black_jacket/soundhand_black_jacket_tag name = "черная куртка с тэгом группы Саундхэнд." desc = "Легендарная черная куртка с тэгом группы Саундхэнд." icon = 'modular_ss220/clothing/icons/object/suits.dmi' @@ -138,16 +138,16 @@ lefthand_file = 'modular_ss220/clothing/icons/inhands/left_hand.dmi' righthand_file = 'modular_ss220/clothing/icons/inhands/right_hand.dmi' -/obj/item/clothing/suit/soundhand_olive_jacket - name = "оливковая куртка группы Саундхэнд." - desc = "Легендарная оливковая куртка группы Саундхэнд." +/obj/item/clothing/suit/storage/soundhand_olive_jacket + name = "фанатская оливковая куртка группы Саундхэнд." + desc = "Фанатская оливковая куртка группы Саундхэнд." icon = 'modular_ss220/clothing/icons/object/suits.dmi' icon_state = "soundhand_olive_jacket" icon_override = 'modular_ss220/clothing/icons/mob/suits.dmi' lefthand_file = 'modular_ss220/clothing/icons/inhands/left_hand.dmi' righthand_file = 'modular_ss220/clothing/icons/inhands/right_hand.dmi' -/obj/item/clothing/suit/soundhand_olive_jacket/soundhand_olive_jacket_tag +/obj/item/clothing/suit/storage/soundhand_olive_jacket/soundhand_olive_jacket_tag name = "оливковая куртка с тэгом группы Саундхэнд." desc = "Легендарная оливковая куртка с тэгом группы Саундхэнд." icon = 'modular_ss220/clothing/icons/object/suits.dmi' @@ -157,16 +157,16 @@ lefthand_file = 'modular_ss220/clothing/icons/inhands/left_hand.dmi' righthand_file = 'modular_ss220/clothing/icons/inhands/right_hand.dmi' -/obj/item/clothing/suit/soundhand_brown_jacket - name = "коричневая куртка группы Саундхэнд." - desc = "Легендарная коричневая куртка группы Саундхэнд." +/obj/item/clothing/suit/storage/soundhand_brown_jacket + name = "фанатская коричневая куртка группы Саундхэнд." + desc = "Фанатская коричневая куртка группы Саундхэнд." icon = 'modular_ss220/clothing/icons/object/suits.dmi' icon_state = "soundhand_brown_jacket" icon_override = 'modular_ss220/clothing/icons/mob/suits.dmi' lefthand_file = 'modular_ss220/clothing/icons/inhands/left_hand.dmi' righthand_file = 'modular_ss220/clothing/icons/inhands/right_hand.dmi' -/obj/item/clothing/suit/soundhand_brown_jacket/soundhand_brown_jacket_tag +/obj/item/clothing/suit/storage/soundhand_brown_jacket/soundhand_brown_jacket_tag name = "коричневая куртка с тэгом группы Саундхэнд." desc = "Легендарная коричневая куртка с тэгом группы Саундхэнд." icon = 'modular_ss220/clothing/icons/object/suits.dmi' @@ -202,3 +202,11 @@ "Vox" = 'modular_ss220/clothing/icons/mob/species/vox/suits.dmi', "Vulpkanin" = 'modular_ss220/clothing/icons/mob/suits.dmi', ) + +/datum/supply_packs/misc/soundhand + name = "Soundhand Fan Crate" + contains = list(/obj/item/clothing/suit/storage/soundhand_black_jacket, + /obj/item/clothing/suit/storage/soundhand_olive_jacket, + /obj/item/clothing/suit/storage/soundhand_brown_jacket) + cost = 600 + containername = "soundhand fan crate" diff --git a/modular_ss220/jukebox/code/jukebox.dm b/modular_ss220/jukebox/code/jukebox.dm index 5dbcbf283469..01be407f3510 100644 --- a/modular_ss220/jukebox/code/jukebox.dm +++ b/modular_ss220/jukebox/code/jukebox.dm @@ -594,3 +594,7 @@ name = "\improper синий барабан" icon_state = "drum_blue" +/datum/supply_packs/misc/bigband/New() + . = ..() + + contains |= /obj/machinery/jukebox/drum_red diff --git a/modular_ss220/loadout/code/donor.dm b/modular_ss220/loadout/code/donor.dm index 970199fa3add..763013907859 100644 --- a/modular_ss220/loadout/code/donor.dm +++ b/modular_ss220/loadout/code/donor.dm @@ -130,6 +130,21 @@ donator_tier = 2 cost = 1 +/datum/gear/donor/soundhand_black_jacket + display_name = "Черная куртка с тэгом группы Саундхэнд." + path = /obj/item/clothing/suit/storage/soundhand_black_jacket/soundhand_black_jacket_tag + cost = 2 + +/datum/gear/donor/soundhand_olive_jacket + display_name = "Оливковая куртка с тэгом группы Саундхэнд." + path = /obj/item/clothing/suit/storage/soundhand_olive_jacket/soundhand_olive_jacket_tag + cost = 2 + +/datum/gear/donor/soundhand_brown_jacket + display_name = "Коричневая куртка с тэгом группы Саундхэнд." + path = /obj/item/clothing/suit/storage/soundhand_brown_jacket/soundhand_brown_jacket_tag + cost = 2 + // ID Skins /datum/gear/donor/id_decal_colored display_name = "Наклейка на карту (Голографическая)"