We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
replay: GetActivateLocation.zip
The activate location of e5 of Mythical Beast Garuda should be LOCATION_HAND, but it become LOCATION_MZONE when Scareclaw Tri-Heart checks immunity.
e5
LOCATION_HAND
LOCATION_MZONE
It is because set_activate_location called again in https://github.com/Fluorohydride/ygopro-core/blob/775fd42c311e46bd4911b256548b9fc060360b52/processor.cpp#L1872 even through the effect is out of range.
set_activate_location
The text was updated successfully, but these errors were encountered:
No branches or pull requests
replay: GetActivateLocation.zip
The activate location of
e5
of Mythical Beast Garuda should beLOCATION_HAND
, but it becomeLOCATION_MZONE
when Scareclaw Tri-Heart checks immunity.It is because
set_activate_location
called again inhttps://github.com/Fluorohydride/ygopro-core/blob/775fd42c311e46bd4911b256548b9fc060360b52/processor.cpp#L1872
even through the effect is out of range.
The text was updated successfully, but these errors were encountered: