mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-20 04:17:45 +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"
|
||||
|
||||
Reference in New Issue
Block a user