mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
makes water-cooler bottles attainable through in-game means
This commit is contained in:
@@ -36,6 +36,11 @@
|
|||||||
path = /obj/item/weapon/reagent_containers/glass/bucket
|
path = /obj/item/weapon/reagent_containers/glass/bucket
|
||||||
category = "General"
|
category = "General"
|
||||||
|
|
||||||
|
/datum/autolathe/recipe/cooler_bottle
|
||||||
|
name = "water-cooler bottle"
|
||||||
|
path = /obj/item/weapon/reagent_containers/glass/cooler_bottle
|
||||||
|
category = "General"
|
||||||
|
|
||||||
/datum/autolathe/recipe/drinkingglass
|
/datum/autolathe/recipe/drinkingglass
|
||||||
name = "drinking glass"
|
name = "drinking glass"
|
||||||
path = /obj/item/weapon/reagent_containers/food/drinks/glass2/square
|
path = /obj/item/weapon/reagent_containers/food/drinks/glass2/square
|
||||||
|
|||||||
@@ -255,7 +255,7 @@
|
|||||||
name = "water-cooler bottle"
|
name = "water-cooler bottle"
|
||||||
icon = 'icons/obj/vending.dmi'
|
icon = 'icons/obj/vending.dmi'
|
||||||
icon_state = "water_cooler_bottle"
|
icon_state = "water_cooler_bottle"
|
||||||
matter = list(DEFAULT_WALL_MATERIAL = 200)
|
matter = list("glass" = 2000)
|
||||||
w_class = 3.0
|
w_class = 3.0
|
||||||
amount_per_transfer_from_this = 20
|
amount_per_transfer_from_this = 20
|
||||||
possible_transfer_amounts = list(10,20,30,60,120)
|
possible_transfer_amounts = list(10,20,30,60,120)
|
||||||
|
|||||||
Reference in New Issue
Block a user