mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user