including haydee suit into various spots

- also made costume vendors accessible by anyone
- added haydee suits to contraband cargo, hacked autodrobe (costume) vendor, some autoylathes etc
This commit is contained in:
evilew
2024-03-29 17:28:45 +01:00
parent af18a5980e
commit 472b51194f
9 changed files with 40 additions and 3 deletions
@@ -189,6 +189,18 @@ datum/gear/lyricalpawsring
path = /obj/item/clothing/suit/chloe/halsey
ckeywhitelist = list("yeeny")
/datum/gear/haydee_suit
name = "Haydee Suit"
category = SLOT_IN_BACKPACK
path = /obj/item/clothing/suit/space/hardsuit/engine/haydee
ckeywhitelist = list("lumu", "sonoida")
/datum/gear/haydee_pistol
name = "Haydee Pistol"
category = SLOT_IN_BACKPACK
path = /obj/item/gun/ballistic/automatic/toy/pistol/haydee
ckeywhitelist = list("lumu", "sonoida")
//sorry for defining this here, just thought it'd be more convenient
/obj/item/clothing/suit/chloe/halsey //sorry to whoever chloe is, but that coat is far too badass not to be used
name = "Halsey's Commander Overcoat"
@@ -607,6 +607,14 @@
build_path = /obj/item/gun/ballistic/automatic/toy/pistol/stealth
category = list("initial", "Pistols")
/datum/design/haydee_pistol //GS13
name = "Foam Force Haydee Pistol"
id = "haydee_pistol"
build_type = AUTOYLATHE
materials = list(MAT_PLASTIC = 2000, MAT_METAL = 1000)
build_path = /obj/item/gun/ballistic/automatic/toy/pistol/haydee
category = list("initial", "Pistols")
/datum/design/toyray
name = "RayTag Gun"
id = "toyray"