mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 07:30:36 +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:
@@ -393,3 +393,13 @@
|
||||
/obj/item/vending_refill/kink,
|
||||
/obj/item/vending_refill/kink)
|
||||
crate_name = "Kinkmate kit"
|
||||
|
||||
|
||||
/datum/supply_pack/costumes_toys/haydee //GS13
|
||||
name = "H4Y-D33 Suit Crate"
|
||||
desc = "A crate with a strange, futiristic white suit."
|
||||
cost = 6000
|
||||
contraband = TRUE
|
||||
contains = list(/obj/item/clothing/suit/space/hardsuit/engine/haydee,
|
||||
/obj/item/gun/ballistic/automatic/pistol/haydee)
|
||||
crate_name = "suit crate"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
desc = "A vending machine for costumes."
|
||||
icon_state = "theater"
|
||||
icon_deny = "theater-deny"
|
||||
req_access = list(ACCESS_THEATRE)
|
||||
req_access = list()
|
||||
product_slogans = "Dress for success!;Suited and booted!;It's show time!;Why leave style up to fate? Use AutoDrobe!"
|
||||
vend_reply = "Thank you for using AutoDrobe!"
|
||||
products = list(/obj/item/clothing/suit/chickensuit = 1,
|
||||
@@ -116,6 +116,7 @@
|
||||
/obj/item/clothing/head/powdered_wig = 1,
|
||||
/obj/item/gun/magic/wand = 2,
|
||||
/obj/item/clothing/glasses/sunglasses/garb = 2,
|
||||
/obj/item/clothing/suit/space/hardsuit/engine/haydee = 1,
|
||||
/obj/item/clothing/glasses/sunglasses/blindfold = 1,
|
||||
/obj/item/clothing/mask/muzzle = 2)
|
||||
premium = list(/obj/item/clothing/suit/pirate/captain = 2,
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
products = list(
|
||||
/obj/item/gun/ballistic/automatic/toy/unrestricted = 10,
|
||||
/obj/item/gun/ballistic/automatic/toy/pistol/unrestricted = 10,
|
||||
/obj/item/gun/ballistic/automatic/toy/pistol/haydee = 5,
|
||||
/obj/item/gun/ballistic/shotgun/toy/unrestricted = 10,
|
||||
/obj/item/toy/sword = 10,
|
||||
/obj/item/ammo_box/foambox = 20,
|
||||
|
||||
Reference in New Issue
Block a user