mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-22 04:06:14 +01:00
Kalyna
Adds Kalyna plants, drinks, and berries.
This commit is contained in:
@@ -3,3 +3,9 @@
|
||||
id = /datum/reagent/consumable/pilk
|
||||
results = list(/datum/reagent/consumable/pilk = 2)
|
||||
required_reagents = list(/datum/reagent/consumable/milk = 1, /datum/reagent/consumable/space_cola = 1)
|
||||
|
||||
/datum/chemical_reaction/javelin
|
||||
name = "Javelin"
|
||||
id = /datum/reagent/consumable/ethanol/javelin
|
||||
results = list(/datum/reagent/consumable/ethanol/javelin = 5)
|
||||
required_reagents = list(/datum/reagent/consumable/kalynajuice = 1, /datum/reagent/consumable/ethanol/whiskey = 2, /datum/reagent/consumable/ethanol/vodka = 2)
|
||||
|
||||
Reference in New Issue
Block a user