[MIRROR] Fixes the beyblade reaction oversight / exploit [MDB IGNORE] (#13046)

* Fixes beyblade reaction with convermol (#66396)

* Fixes the beyblade reaction oversight / exploit

Co-authored-by: FernandoJ8 <80640114+FernandoJ8@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-04-23 18:29:53 -07:00
committed by GitHub
co-authored by FernandoJ8
parent 68965b00c6
commit 8787f524eb
@@ -200,7 +200,10 @@
/datum/chemical_reaction/medicine/convermol/overly_impure(datum/reagents/holder, datum/equilibrium/equilibrium, step_volume_added)
. = ..()
overheated(holder, equilibrium, impure = TRUE)
clear_reactants(holder, step_volume_added*2)
if(holder.has_reagent(/datum/reagent/oxygen))
clear_reactants(holder, step_volume_added*2)
else
clear_reactants(holder)
/datum/chemical_reaction/medicine/tirimol