Skip to content

Commit 46a78b4

Browse files
committed
fixed Souffraruda the Defiant Soulclad Scripture
1 parent 2ed59cb commit 46a78b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rush/c160217002.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function s.initial_effect(c)
2525
end
2626
function s.condition(e,tp,eg,ep,ev,re,r,rp)
2727
local a=Duel.GetAttacker()
28-
return a:IsControler(tp) and a:GetOriginalRace()==RACE_ZOMBIE and a:GetBattleTarget():IsControler(1-tp)
28+
return a:IsControler(tp) and a:GetOriginalRace()==RACE_ZOMBIE
2929
end
3030
function s.operation(e,tp,eg,ep,ev,re,r,rp)
3131
local bc=Duel.GetAttacker():GetBattleTarget()

0 commit comments

Comments
 (0)