makes water-cooler bottles attainable through in-game means

This commit is contained in:
SinTwo
2016-07-04 18:17:53 -04:00
parent a7aa2a7f33
commit 386ceb2bc5
2 changed files with 6 additions and 1 deletions

View File

@@ -36,6 +36,11 @@
path = /obj/item/weapon/reagent_containers/glass/bucket
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
name = "drinking glass"
path = /obj/item/weapon/reagent_containers/food/drinks/glass2/square

View File

@@ -255,7 +255,7 @@
name = "water-cooler bottle"
icon = 'icons/obj/vending.dmi'
icon_state = "water_cooler_bottle"
matter = list(DEFAULT_WALL_MATERIAL = 200)
matter = list("glass" = 2000)
w_class = 3.0
amount_per_transfer_from_this = 20
possible_transfer_amounts = list(10,20,30,60,120)