Skip to content

Commit

Permalink
Merge pull request #280 from Nerev4r/bigdawgs
Browse files Browse the repository at this point in the history
Bugfix To My Last PR Because I Wasn't Paying Attention
  • Loading branch information
Nerev4r authored Dec 8, 2024
2 parents 6682653 + 7beacc3 commit 9c48db9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/religion/honorbound/honorbound_trauma.dm
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,9 @@
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
return TRUE

/datum/action/cooldown/spell/pointed/declare_evil/before_cast(mob/living/cast_on)
. = ..()
if(. & SPELL_CANCEL_CAST)
Expand Down

0 comments on commit 9c48db9

Please sign in to comment.