Merge pull request #10333 from Trilbyspaceclone/patch-255

Makes grass distill into light beer
This commit is contained in:
Ghom
2019-12-30 11:18:20 +01:00
committed by GitHub
@@ -27,7 +27,7 @@
bitesize_mod = 2
var/stacktype = /obj/item/stack/tile/grass
var/tile_coefficient = 0.02 // 1/50
wine_power = 15
distill_reagent = /datum/reagent/consumable/ethanol/beer/light
/obj/item/reagent_containers/food/snacks/grown/grass/attack_self(mob/user)
to_chat(user, "<span class='notice'>You prepare the astroturf.</span>")