Compare commits

..

No commits in common. "2ddc32c4306c3eb79bbaaea3baff6e1aa9086b94" and "d4e351b0804da67a74ca4634cd7e14edd27239e8" have entirely different histories.

View File

@ -113,7 +113,7 @@ function attack:cast(caster, target)
--- @type Character
local targetCharacterId = Tree.level.characterGrid:get(target)
if not targetCharacterId or targetCharacterId == caster.id then return false end
if not targetCharacterId then return false end
local targetCharacter = Tree.level.characters[targetCharacterId]
targetCharacter:try(Tree.behaviors.stats, function(stats)
stats.hp = stats.hp - 4