Merge pull request #18414 from bgobandit/lizwine

Adds lizard wine to the game.
This commit is contained in:
oranges
2016-06-11 10:05:17 +12:00
committed by GitHub
4 changed files with 23 additions and 0 deletions
@@ -288,6 +288,12 @@
/obj/item/weapon/reagent_containers/food/drinks/bottle/absinthe/premium/redact()
return
/obj/item/weapon/reagent_containers/food/drinks/bottle/lizardwine
name = "Bottle of lizard wine"
desc = "An alcoholic beverage from Space China, made by infusing lizard tails in ethanol. Inexplicably popular among command staff."
icon_state = "lizardwine"
list_reagents = list("lizardwine" = 100)
//////////////////////////JUICES AND STUFF ///////////////////////
/obj/item/weapon/reagent_containers/food/drinks/bottle/orangejuice
@@ -269,4 +269,14 @@
/datum/reagent/consumable/capsaicin = 2
)
result = /obj/item/weapon/reagent_containers/food/snacks/stuffedlegion
category = CAT_FOOD
/datum/crafting_recipe/lizardwine
name = "Lizard wine"
time = 40
reqs = list(
/obj/item/severedtail = 1,
/datum/reagent/consumable/ethanol = 100
)
result = /obj/item/weapon/reagent_containers/food/drinks/bottle/lizardwine
category = CAT_FOOD
@@ -190,6 +190,13 @@ All effects don't start immediately, but rather get worse over time; the rate is
color = "#7E4043" // rgb: 126, 64, 67
boozepwr = 35
/datum/reagent/consumable/ethanol/lizardwine
name = "Lizard wine"
id = "lizardwine"
description = "An alcoholic beverage from Space China, made by infusing lizard tails in ethanol."
color = "#7E4043" // rgb: 126, 64, 67
boozepwr = 45
/datum/reagent/consumable/ethanol/grappa
name = "Grappa"
id = "grappa"