-
Notifications
You must be signed in to change notification settings - Fork 133
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
Vee4 patch 1 #2560
Vee4 patch 1 #2560
Conversation
Fixed so the effect does not trigger if it changes control before the chain in which the trigger effect would meet its activation conditions.
Fixed so the effect does not trigger if it changes control before the chain in which the trigger effect would meet its activation conditions.
Fixed so the effect does not trigger if it changes control before the chain in which the trigger effect would meet its activation conditions.
Fixed so the effect does not trigger if it changes control before the chain in which the trigger effect would meet its activation conditions.
any ruling? |
This should also apply to most trigger effects that rely on an action being taken by a player, but control is shifted before the chain where the trigger would be met solves. |
https://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=5&fid=21045&request_locale=ja |
Yes, both rulings support this commit. This also applies to Imsety, Duamutef, Quebesenuef, and Hapi, along with several other cards too, though for the Horus monsters I had to use |
confirming |
Test replay: --[[message bug_test]]
Debug.SetAIName("Test")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI)
Debug.SetPlayerInfo(0,8000,0,0)
Debug.SetPlayerInfo(1,8000,0,0)
Debug.AddCard(32909498,0,0,LOCATION_HAND,0,POS_FACEDOWN)
Debug.AddCard(72270339,0,0,LOCATION_HAND,1,POS_FACEDOWN)
Debug.AddCard(98777036,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK)
Debug.AddCard(97077563,0,0,LOCATION_SZONE,0,POS_FACEDOWN)
Debug.AddCard(98045062,0,0,LOCATION_SZONE,1,POS_FACEDOWN)
Debug.AddCard(66570171,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(40044918,0,0,LOCATION_DECK,1,POS_FACEDOWN)
Debug.AddCard(66570171,0,0,LOCATION_DECK,2,POS_FACEDOWN)
Debug.AddCard(32909498,0,0,LOCATION_GRAVE,0,POS_FACEUP_ATTACK)
Debug.AddCard(32909498,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK)
Debug.AddCard(9634146,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK)
Debug.ReloadFieldEnd()
EVENT_CHAINING+EFFECT_FLAG_DELAY |
Well, Ive already got the script with it changed to "EVENT_CHAIN_SOLVED" set up for both Dueling Nexus and YGO Omega, and it works fine without any issues, and doesnt allow the trigger effect to activate if Fenrir changes control before the end of the chain. |
Did you test Field of A: Monster X CL1: A, X Test: in branch VforViolin-Vee4-Patch-1 I think it does not work. |
I'll have to test it later today. |
Ive confirmed that the situation you listed above does allow Fenrir to trigger |
Thank you. |
`Kashtira Fenrir` `Kashtira Unicorn` `Kashtira Ogre` continued from Fluorohydride#2560
fixed at #2609 |
Fixed so the effect does not trigger if it changes control before the chain in which the trigger effect would meet its activation conditions.