From a0967b527fb1e0275e74059e150d28c58309b1c4 Mon Sep 17 00:00:00 2001 From: Nerevar <12636964+Nerev4r@users.noreply.github.com> Date: Sat, 7 Dec 2024 23:10:27 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: _0Steven <42909981+00-Steven@users.noreply.github.com> Signed-off-by: Nerevar <12636964+Nerev4r@users.noreply.github.com> --- code/modules/religion/honorbound/honorbound_trauma.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)