Skip to content

Commit

Permalink
Merge branch 'master' into translate
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 29, 2024
2 parents 25a88df + 47e688b commit d70dafd
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 12 deletions.
32 changes: 20 additions & 12 deletions modular_ss220/clothing/code/suits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand All @@ -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'
Expand Down Expand Up @@ -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"
4 changes: 4 additions & 0 deletions modular_ss220/jukebox/code/jukebox.dm
Original file line number Diff line number Diff line change
Expand Up @@ -594,3 +594,7 @@
name = "\improper синий барабан"
icon_state = "drum_blue"

/datum/supply_packs/misc/bigband/New()
. = ..()

contains |= /obj/machinery/jukebox/drum_red
15 changes: 15 additions & 0 deletions modular_ss220/loadout/code/donor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "Наклейка на карту (Голографическая)"
Expand Down

0 comments on commit d70dafd

Please sign in to comment.