Skip to content

Commit 3e268e5

Browse files
authored
Fix typo in c83236601
1 parent 251f6dd commit 3e268e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

official/c83236601.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function s.regop(e,tp,eg,ep,ev,re,r,rp)
6767
e:GetHandler():RegisterFlagEffect(id+1,RESETS_STANDARD_PHASE_END,0,1)
6868
end
6969
function s.thcon(e,tp,eg,ep,ev,re,r,rp)
70-
return e:GetHandler():GetFlagEffect(id+1)>0 and DDuel.IsPhase(PHASE_MAIN2)
70+
return e:GetHandler():GetFlagEffect(id+1)>0 and Duel.IsPhase(PHASE_MAIN2)
7171
end
7272
function s.filter(c)
7373
return c:IsSetCard(SET_RANK_UP_MAGIC) and c:IsQuickPlaySpell() and c:IsAbleToHand()
@@ -96,4 +96,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
9696
end
9797
function s.splimit(e,c)
9898
return not c:IsSetCard(SET_RAIDRAPTOR)
99-
end
99+
end

0 commit comments

Comments
 (0)