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
+10
View File
@@ -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"
+2 -1
View File
@@ -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,
+1
View File
@@ -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,