Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Droll & Lock Bird can chain against the start hand 5 cards #2402

Open
mercury233 opened this issue Dec 5, 2021 · 0 comments
Open

BUG: Droll & Lock Bird can chain against the start hand 5 cards #2402

mercury233 opened this issue Dec 5, 2021 · 0 comments
Labels

Comments

@mercury233
Copy link
Collaborator

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 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?

mercury233 added a commit to Fluorohydride/ygopro-scripts that referenced this issue Dec 5, 2021
@salix5 salix5 added the bug label Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants