Skip to content

Commit

Permalink
Update telepathy.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerfulBacon committed Feb 1, 2025
1 parent 6f7a9d1 commit f6e17ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/spells/spell_types/list_targets/telepathy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
return . | SPELL_CANCEL_CAST

/datum/action/spell/telepathy/is_valid_spell(mob/user, atom/target)
return ..() && isliving(user)
return ..() && isliving(target)

/datum/action/spell/telepathy/on_cast(mob/living/user, mob/living/target)
. = ..()
Expand Down

0 comments on commit f6e17ac

Please sign in to comment.