We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed59cb commit 46a78b4Copy full SHA for 46a78b4
1 file changed
rush/c160217002.lua
@@ -25,7 +25,7 @@ function s.initial_effect(c)
25
end
26
function s.condition(e,tp,eg,ep,ev,re,r,rp)
27
local a=Duel.GetAttacker()
28
- return a:IsControler(tp) and a:GetOriginalRace()==RACE_ZOMBIE and a:GetBattleTarget():IsControler(1-tp)
+ return a:IsControler(tp) and a:GetOriginalRace()==RACE_ZOMBIE
29
30
function s.operation(e,tp,eg,ep,ev,re,r,rp)
31
local bc=Duel.GetAttacker():GetBattleTarget()
0 commit comments