mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
fix (#63309)
Co-authored-by: SuperNovaa41 <supernovaa41@protonmail.com>
This commit is contained in:
co-authored by
SuperNovaa41
parent
e0794e294e
commit
28af68d8fd
@@ -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