painkiller and pina colada fix

This commit is contained in:
Archie
2021-01-04 04:01:14 -03:00
parent 481eb021cc
commit ea58ef76b1
@@ -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)