mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 02:12:14 +00:00
Merge pull request #9024 from Ghommie/Ghommie-cit176
Ports "Lizardwine drink crafting fix"
This commit is contained in:
@@ -258,7 +258,7 @@
|
|||||||
subcategory = CAT_MISCFOOD
|
subcategory = CAT_MISCFOOD
|
||||||
|
|
||||||
|
|
||||||
/datum/crafting_recipe/food/lizardwine
|
/datum/crafting_recipe/lizardwine //not a subtype of /datum/crafting_recipe/food due to a bug where the resulting bottle would contain 100u of lizardwine and 100u of ethanol.
|
||||||
name = "Lizard wine"
|
name = "Lizard wine"
|
||||||
time = 40
|
time = 40
|
||||||
reqs = list(
|
reqs = list(
|
||||||
@@ -266,6 +266,7 @@
|
|||||||
/datum/reagent/consumable/ethanol = 100
|
/datum/reagent/consumable/ethanol = 100
|
||||||
)
|
)
|
||||||
result = /obj/item/reagent_containers/food/drinks/bottle/lizardwine
|
result = /obj/item/reagent_containers/food/drinks/bottle/lizardwine
|
||||||
|
category = CAT_FOOD
|
||||||
subcategory = CAT_MISCFOOD
|
subcategory = CAT_MISCFOOD
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user