Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: _0Steven <[email protected]>
Signed-off-by: Nerevar <[email protected]>
  • Loading branch information
Nerev4r and 00-Steven authored Dec 8, 2024
1 parent 59d0a85 commit a0967b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/modules/religion/honorbound/honorbound_trauma.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a0967b5

Please sign in to comment.