mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-22 20:46:55 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user