Fixes Bolts of Necropotence (#68260)

Fixes necropotence due to a copy and paste error.
This commit is contained in:
MrMelbert
2022-07-09 09:53:35 +08:00
committed by GitHub
parent f3ea3e4be8
commit 8bbcd009f9
@@ -36,7 +36,7 @@
return TRUE
/datum/action/cooldown/spell/tap/is_valid_target(atom/cast_on)
return isliving(cast_on) && !HAS_TRAIT(owner, TRAIT_NO_SOUL)
return isliving(cast_on) && !HAS_TRAIT(cast_on, TRAIT_NO_SOUL)
/datum/action/cooldown/spell/tap/cast(mob/living/cast_on)
. = ..()