Adds games vendor resupply crate
This commit is contained in:
committed by
CitadelStationBot
parent
e7e9a4cc9b
commit
f3fd81af24
@@ -223,6 +223,7 @@
|
||||
/obj/machinery/vending/snack = "Getmore Chocolate Corp",
|
||||
/obj/machinery/vending/cola = "Robust Softdrinks",
|
||||
/obj/machinery/vending/cigarette = "ShadyCigs Deluxe",
|
||||
/obj/machinery/vending/games = "\improper Good Clean Fun",
|
||||
/obj/machinery/vending/autodrobe = "AutoDrobe",
|
||||
/obj/machinery/vending/clothing = "ClothesMate",
|
||||
/obj/machinery/vending/medical = "NanoMed Plus",
|
||||
|
||||
@@ -86,3 +86,9 @@
|
||||
icon_state = "refill_donksoft"
|
||||
charges = list(32,28,0)// of 90 standard, 75 contraband, 0 premium
|
||||
init_charges = list(32,28,0)
|
||||
|
||||
/obj/item/vending_refill/games
|
||||
machine_name = "\improper Good Clean Fun"
|
||||
icon_state = "refill_games"
|
||||
charges = list(7, 3, 0) //of 21 standard, 9 contraband
|
||||
init_charges = list(7, 3, 0)
|
||||
|
||||
Reference in New Issue
Block a user