Commit 28a3488f authored by VanillaSalt's avatar VanillaSalt

Merge pull request #628 from Lsty/patch-1

Update c19451302.lua
parents b9588281 944ecba8
......@@ -16,5 +16,5 @@ function c19451302.initial_effect(c)
c:RegisterEffect(e2)
end
function c19451302.indtg(e,c)
return c:GetAttack()==0
return c:GetAttack()==0 and c:IsAttackPos()
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment