[MISSED MIRROR] Fixes Honorbound Sect not correctly granting the 'Declare Evil' spell (#18803)

fixed
This commit is contained in:
OrionTheFox
2023-01-18 13:31:10 +00:00
committed by GitHub
parent eb60019b3e
commit e685dfbe70
@@ -24,8 +24,8 @@
//signal that checks for dishonorable attacks
RegisterSignal(owner, COMSIG_MOB_CLICKON, PROC_REF(attack_honor))
var/datum/action/cooldown/spell/pointed/declare_evil = new(src)
declare_evil.Grant(owner)
var/datum/action/cooldown/spell/pointed/declare_evil/declare = new(src)
declare.Grant(owner)
return ..()
/datum/brain_trauma/special/honorbound/on_lose(silent)