Modularizes the vending code.

This commit is contained in:
El Derp o Derp
2023-02-02 19:30:07 -08:00
parent 76ec7f5232
commit 2a2f5137dd
2 changed files with 4 additions and 4 deletions
-3
View File
@@ -129,9 +129,6 @@
/obj/item/clothing/under/dress/skirt/plaid/purple = 3,
/obj/item/clothing/under/dress/skirt/plaid/green = 3,
/obj/item/clothing/under/croptop = 3,
/obj/item/clothing/accessory/shortcrop = 3,
/obj/item/clothing/accessory/longcrop = 3,
/obj/item/clothing/accessory/formalcrop = 3,
/obj/item/clothing/glasses/regular = 2,
/obj/item/clothing/glasses/regular/jamjar = 2,
/obj/item/clothing/head/sombrero = 3,
@@ -16,7 +16,10 @@
/obj/item/clothing/under/officesexy = 3,
/obj/item/clothing/suit/toggle/tunnelfox = 3,
/obj/item/clothing/under/performer = 2,
/obj/item/clothing/under/bluedress = 3
/obj/item/clothing/under/bluedress = 3,
/obj/item/clothing/accessory/shortcrop = 3,
/obj/item/clothing/accessory/longcrop = 3,
/obj/item/clothing/accessory/formalcrop = 3
)
var/list/extra_contraband = list(
/obj/item/clothing/under/rank/civilian/lawyer/galaxy_red = 3,