mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 07:59:08 +01:00
painkiller and pina colada fix
This commit is contained in:
@@ -303,14 +303,14 @@
|
||||
|
||||
/datum/chemical_reaction/painkiller
|
||||
name = "Painkiller"
|
||||
id = "painkiller"
|
||||
results = list("painkiller" = 10)
|
||||
id = /datum/reagent/consumable/ethanol/painkiller
|
||||
results = list(/datum/reagent/consumable/ethanol/painkiller = 10)
|
||||
required_reagents = list(/datum/reagent/consumable/ethanol/creme_de_coconut = 5, /datum/reagent/consumable/pineapplejuice = 4, /datum/reagent/consumable/orangejuice = 1)
|
||||
|
||||
/datum/chemical_reaction/pina_colada
|
||||
name = "Pina Colada"
|
||||
id = "pina_colada"
|
||||
results = list("pina_colada" = 5)
|
||||
id = /datum/reagent/consumable/ethanol/pina_colada
|
||||
results = list(/datum/reagent/consumable/ethanol/pina_colada = 5)
|
||||
required_reagents = list(/datum/reagent/consumable/ethanol/creme_de_coconut = 1, /datum/reagent/consumable/pineapplejuice = 2, /datum/reagent/consumable/ethanol/rum = 1, /datum/reagent/consumable/limejuice = 1)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user