Final tweaks

This commit is contained in:
Fermi
2019-09-10 20:18:45 +01:00
parent f03c9c236d
commit 443f9e433d
4 changed files with 20 additions and 15 deletions
@@ -282,7 +282,7 @@
var/mob/living/carbon/M = owner
//chem calculations
if(!owner.reagents.has_reagent("enthrall") && !owner.reagents.has_reagent("enthrallTest"))
if(!owner.reagents.has_reagent("enthrall") && !owner.reagents.has_reagent("enthrallTest") && !owner.reagents.has_reagent("politic-aid"))
if (phase < 3 && phase != 0)
deltaResist += 3//If you've no chem, then you break out quickly
if(prob(5))