mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Fixes Bolts of Necropotence (#68260)
Fixes necropotence due to a copy and paste error.
This commit is contained in:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user