You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After Fluorohydride/ygopro-core#413 , Droll & Lock Bird will be able to use effect in the first draw phase if any chain is started, because EVENT_CUSTOM+94145021 is triggered for the start hand, and was recorded in the core.full_event, and core.full_event wasn't cleared until draw phase ended.
Adding if Duel.GetCurrentPhase()==PHASE_DRAW or Duel.GetCurrentPhase()==0 then return false end to Droll & Lock Bird can fix this problem, but should we clear core.full_event at some more early timing?
The text was updated successfully, but these errors were encountered:
mercury233
added a commit
to Fluorohydride/ygopro-scripts
that referenced
this issue
Dec 5, 2021
droll bird too free.zip
After Fluorohydride/ygopro-core#413 , Droll & Lock Bird will be able to use effect in the first draw phase if any chain is started, because
EVENT_CUSTOM+94145021
is triggered for the start hand, and was recorded in thecore.full_event
, andcore.full_event
wasn't cleared until draw phase ended.Adding
if Duel.GetCurrentPhase()==PHASE_DRAW or Duel.GetCurrentPhase()==0 then return false end
to Droll & Lock Bird can fix this problem, but should we clearcore.full_event
at some more early timing?The text was updated successfully, but these errors were encountered: