Wine and Vinegar conflict
Created by: Dizor
Hey, its really minor, but its impossible to produce wine using the cooking recipe as any amount of wine will automatically change into vinegar due to how the recipes work.
/datum/chemical_reaction/wine name = "Wine" id = WINE result = WINE required_reagents = list(BERRYJUICE = 10) required_catalysts = list(ENZYME = 5) result_amount = 10 /datum/chemical_reaction/vinegar name = "Vinegar" id = VINEGAR result = VINEGAR required_reagents = list(WINE = 5) required_catalysts = list(ENZYME = 5) result_amount = 5
Pulled up by intergracy, thanks man.
But either the ratios need to change or Grapes need to be able to make grape juice and that needs to be the new wine formula.