[MIRROR] Pruno fermentation now properly consumes the mix [MDB IGNORE] (#9992)

* fix (#63309)

Co-authored-by: SuperNovaa41 <supernovaa41@ protonmail.com>

* Pruno fermentation now properly consumes the mix

Co-authored-by: Seth Scherer <supernovaa41@gmx.com>
Co-authored-by: SuperNovaa41 <supernovaa41@ protonmail.com>
This commit is contained in:
SkyratBot
2021-12-10 21:52:41 +00:00
committed by GitHub
co-authored by SuperNovaa41 Seth Scherer
parent a0c6b12dfe
commit f6d5644e86
@@ -726,6 +726,7 @@
/obj/item/reagent_containers/food/drinks/bottle/pruno/proc/do_fermentation()
fermentation_time_remaining = null
fermentation_timer = null
reagents.remove_reagent(/datum/reagent/consumable/prunomix, 50)
if(prob(10))
reagents.add_reagent(/datum/reagent/toxin/bad_food, 15) // closest thing we have to botulism
reagents.add_reagent(/datum/reagent/consumable/ethanol/pruno, 35)