diff --git a/code/modules/religion/honorbound/honorbound_trauma.dm b/code/modules/religion/honorbound/honorbound_trauma.dm index a2cc70d65cf1f..bf57d4b535cd4 100644 --- a/code/modules/religion/honorbound/honorbound_trauma.dm +++ b/code/modules/religion/honorbound/honorbound_trauma.dm @@ -273,13 +273,14 @@ to_chat(owner, span_warning("Followers of [GLOB.deity] cannot be evil!")) return FALSE - /* cannot declare security as evil //DOPPLER EDIT CHANGE - You can, but they're good on a normal basis. + // cannot declare security as evil + /* //DOPPLER EDIT CHANGE START - Commented out. You can, but they're good on a normal basis. if(living_cast_on.mind.assigned_role.departments_bitflags & DEPARTMENT_BITFLAG_SECURITY) to_chat(owner, span_warning("Members of security are uncorruptable! You cannot declare one evil!")) return FALSE return TRUE - */ + */ //DOPPLER EDIT CHANGE END /datum/action/cooldown/spell/pointed/declare_evil/before_cast(mob/living/cast_on) . = ..() if(. & SPELL_CANCEL_CAST)