mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
Added Doctress' Jager drink.
This commit is contained in:
@@ -504,6 +504,9 @@
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/sake
|
||||
price_tag = 25
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/jager
|
||||
price_tag = 25
|
||||
|
||||
//***************//
|
||||
//---Foodstuff---//
|
||||
//***************//
|
||||
|
||||
@@ -628,3 +628,16 @@
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/lemonadeschnapps/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("schnapps_lem", 100)
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/jager
|
||||
name = "Schusskonig"
|
||||
desc = "A complex tasting digestif. Thank god the original's trademark lapsed."
|
||||
icon_state = "jager_bottle"
|
||||
center_of_mass = list("x"=16, "y"=3)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/jager/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("jager", 100)
|
||||
>>>>>>> 81ae48b... Merge pull request #7974 from MistakeNot4892/jager
|
||||
|
||||
@@ -4099,6 +4099,17 @@
|
||||
|
||||
allergen_type = FRUIT //Made from lemons(fruit)
|
||||
|
||||
/datum/reagent/ethanol/jager
|
||||
name = "Schuss Konig"
|
||||
id = "jager"
|
||||
description = "A complex alcohol that leaves you feeling all warm inside."
|
||||
taste_description = "complex, rich alcohol"
|
||||
color = "#7f6906"
|
||||
strength = 25
|
||||
|
||||
glass_name = "schusskonig"
|
||||
glass_desc = "A glass of schusskonig digestif. Good for shooting or mixing."
|
||||
|
||||
/datum/reagent/ethanol/fusionnaire
|
||||
name = "Fusionnaire"
|
||||
id = "fusionnaire"
|
||||
|
||||
Reference in New Issue
Block a user