Merge pull request #12845 from YakumoChen/MKUltra-Fix

Mk ultra fix
This commit is contained in:
silicons
2020-07-22 02:30:43 -07:00
committed by GitHub
@@ -230,7 +230,7 @@
var/mob/living/carbon/M = owner
//chem calculations
if(!owner.reagents.has_reagent(/datum/chemical_reaction/fermi/enthrall))
if(!owner.reagents.has_reagent(/datum/reagent/fermi/enthrall))
if (phase < 3 && phase != 0)
deltaResist += 3//If you've no chem, then you break out quickly
if(prob(5))