Skip to content

Commit

Permalink
fix Droll & Lock Bird
Browse files Browse the repository at this point in the history
  • Loading branch information
mercury233 authored Dec 5, 2021
1 parent 8faeda6 commit 00e2814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c94145021.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function c94145021.cfilter(c,tp)
return c:IsControler(tp) and c:IsPreviousLocation(LOCATION_DECK)
end
function c94145021.regcon(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetCurrentPhase()==PHASE_DRAW then return false end
if Duel.GetCurrentPhase()==PHASE_DRAW or Duel.GetCurrentPhase()==0 then return false end
local v=0
if eg:IsExists(c94145021.cfilter,1,nil,0) then v=v+1 end
if eg:IsExists(c94145021.cfilter,1,nil,1) then v=v+2 end
Expand Down

0 comments on commit 00e2814

Please sign in to comment.