mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Merge pull request #18414 from bgobandit/lizwine
Adds lizard wine to the game.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user