Skip to content

Commit

Permalink
Streletz collection
Browse files Browse the repository at this point in the history
  • Loading branch information
FeenieRU committed Dec 17, 2024
1 parent e873c2c commit 702d03f
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tff_modular/modules/redsec/code/vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
/obj/item/clothing/suit/toggle/jacket/sec/old = 5,
/obj/item/clothing/suit/armor/vest/alt/sec/redsec = 2,
/obj/item/storage/backpack/waistbag/redsec = 3,
/obj/item/clothing/suit/armor/vest/alt/caftan = 3,
/obj/item/clothing/head/berendeyka = 3,
),
),
list(
Expand Down
46 changes: 46 additions & 0 deletions tff_modular/modules/streletz/code/clothing.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
/obj/item/clothing/suit/armor/vest/alt/caftan
name = "security caftan"
desc = "This is a long and quite comfortable outfit, sitting tightly on the shoulders. Looks like it's from times of troubles."
icon = 'tff_modular/modules/streletz/icons/obj/suit.dmi'
worn_icon = 'tff_modular/modules/streletz/icons/mob/suit.dmi'
icon_state = "caftan_red"
uses_advanced_reskins = TRUE
unique_reskin = list(
"Red Variant" = list(
RESKIN_ICON_STATE = "caftan_red",
RESKIN_WORN_ICON_STATE = "caftan_red"
),
"Blue Variant" = list(
RESKIN_ICON_STATE = "caftan_blue",
RESKIN_WORN_ICON_STATE = "caftan_blue"
),
"White Variant" = list(
RESKIN_ICON_STATE = "caftan_white",
RESKIN_WORN_ICON_STATE = "caftan_white"
),
)

/obj/item/clothing/head/berendeyka
name = "security beanie with band"
desc = "Soft and armored beanie that toggles its order."
icon = 'tff_modular/modules/streletz/icons/obj/hat.dmi'
worn_icon = 'tff_modular/modules/streletz/icons/mob/hat.dmi'
icon_state = "berendeyka_red"
uses_advanced_reskins = TRUE
armor_type = /datum/armor/head_helmet
strip_delay = 60
//supports_variations_flags = CLOTHING_SNOUTED_VARIATION_NO_NEW_ICON
unique_reskin = list(
"Red Variant" = list(
RESKIN_ICON_STATE = "berendeyka_red",
RESKIN_WORN_ICON_STATE = "berendeyka_red"
),
"Blue Variant" = list(
RESKIN_ICON_STATE = "berendeyka_blue",
RESKIN_WORN_ICON_STATE = "berendeyka_blue"
),
"White Variant" = list(
RESKIN_ICON_STATE = "berendeyka_white",
RESKIN_WORN_ICON_STATE = "berendeyka_white"
),
)
Binary file added tff_modular/modules/streletz/icons/mob/hat.dmi
Binary file not shown.
Binary file added tff_modular/modules/streletz/icons/mob/suit.dmi
Binary file not shown.
Binary file added tff_modular/modules/streletz/icons/obj/hat.dmi
Binary file not shown.
Binary file added tff_modular/modules/streletz/icons/obj/suit.dmi
Binary file not shown.
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -8896,6 +8896,7 @@
#include "tff_modular\modules\silicon_laws_tweaks\code\upload.dm"
#include "tff_modular\modules\smites\femboyfication.dm"
#include "tff_modular\modules\snowfall\snowfall.dm"
#include "tff_modular\modules\streletz\code\clothing.dm"
#include "tff_modular\modules\timed_citations\crime.dm"
#include "tff_modular\modules\toys\code\loadout_datum_toys.dm"
#include "tff_modular\modules\toys\code\plushes.dm"
Expand Down

0 comments on commit 702d03f

Please sign in to comment.