mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
[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:
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)
|
||||
|
||||
Reference in New Issue
Block a user