mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-30 16:16:47 +01:00
Modularizes the vending code.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user