mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Add chocolate milk cartons. (#31960)
This commit is contained in:
+5
-1
@@ -35,7 +35,7 @@
|
||||
/obj/machinery/economy/vending/boozeomat
|
||||
name = "\improper Booze-O-Mat"
|
||||
desc = "A technological marvel, supposedly able to mix just the mixture you'd like to drink the moment you ask for one."
|
||||
icon_state = "boozeomat" //////////////18 drink entities below, plus the glasses, in case someone wants to edit the number of bottles
|
||||
icon_state = "boozeomat" //////////////22 drink entities below, plus the glasses, in case someone wants to edit the number of bottles
|
||||
icon_deny = "boozeomat_deny"
|
||||
icon_lightmask = "smartfridge"
|
||||
icon_panel = "smartfridge"
|
||||
@@ -126,6 +126,7 @@
|
||||
/obj/item/reagent_containers/drinks/tea = 25,
|
||||
/obj/item/reagent_containers/drinks/h_chocolate = 25,
|
||||
/obj/item/reagent_containers/drinks/chocolate = 10,
|
||||
/obj/item/reagent_containers/drinks/bottle/chocolate_milk = 10,
|
||||
/obj/item/reagent_containers/drinks/chicken_soup = 10,
|
||||
/obj/item/reagent_containers/drinks/weightloss = 10,
|
||||
/obj/item/reagent_containers/drinks/mug = 15,
|
||||
@@ -137,6 +138,7 @@
|
||||
/obj/item/reagent_containers/drinks/tea = 80,
|
||||
/obj/item/reagent_containers/drinks/h_chocolate = 64,
|
||||
/obj/item/reagent_containers/drinks/chocolate = 120,
|
||||
/obj/item/reagent_containers/drinks/bottle/chocolate_milk = 64,
|
||||
/obj/item/reagent_containers/drinks/chicken_soup = 100,
|
||||
/obj/item/reagent_containers/drinks/weightloss = 50,
|
||||
/obj/item/reagent_containers/drinks/mug = 75,
|
||||
@@ -1106,6 +1108,7 @@
|
||||
/obj/item/reagent_containers/drinks/cans/grape_juice = 10,
|
||||
/obj/item/reagent_containers/drinks/cans/ginger_ale = 10,
|
||||
/obj/item/reagent_containers/drinks/cans/electrolytes = 10,
|
||||
/obj/item/reagent_containers/drinks/bottle/chocolate_milk = 10,
|
||||
/obj/item/reagent_containers/glass/beaker/waterbottle = 10)
|
||||
|
||||
contraband = list(/obj/item/reagent_containers/drinks/cans/thirteenloko = 5)
|
||||
@@ -1118,6 +1121,7 @@
|
||||
/obj/item/reagent_containers/drinks/cans/grape_juice = 50,
|
||||
/obj/item/reagent_containers/drinks/cans/ginger_ale = 50,
|
||||
/obj/item/reagent_containers/drinks/cans/electrolytes = 40,
|
||||
/obj/item/reagent_containers/drinks/bottle/chocolate_milk = 64,
|
||||
/obj/item/reagent_containers/glass/beaker/waterbottle = 20)
|
||||
|
||||
refill_canister = /obj/item/vending_refill/cola
|
||||
|
||||
Reference in New Issue
Block a user