From f5c5e81e67fa1694b604828a6c4d1a60096cf90a Mon Sep 17 00:00:00 2001 From: Fermi <> Date: Fri, 27 Sep 2019 14:16:36 +0100 Subject: [PATCH] I thought I removed this in the original PR! --- modular_citadel/code/datums/status_effects/chems.dm | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modular_citadel/code/datums/status_effects/chems.dm b/modular_citadel/code/datums/status_effects/chems.dm index e23071b5d4..e28f6fc5c0 100644 --- a/modular_citadel/code/datums/status_effects/chems.dm +++ b/modular_citadel/code/datums/status_effects/chems.dm @@ -741,15 +741,6 @@ deltaResist *= 1.25 if (owner.reagents.has_reagent("neurine")) deltaResist *= 1.5 - if (!HAS_TRAIT(owner, TRAIT_CROCRIN_IMMUNE) && M.canbearoused) - if (owner.reagents.has_reagent("anaphro")) - deltaResist *= 1.5 - if (owner.reagents.has_reagent("anaphro+")) - deltaResist *= 2 - if (owner.reagents.has_reagent("aphro")) - deltaResist *= 0.75 - if (owner.reagents.has_reagent("aphro+")) - deltaResist *= 0.5 //Antag resistance //cultists are already brainwashed by their god