Kevin Lu
Kevin Lu
Additional case with SetUniqueOntheField. After "Malefic Territory" is destroyed, all "Malefic" monsters are incorrectly forced to Graveyard. [Turn 4 of replay](https://cdn.discordapp.com/attachments/184324960842416129/732239923519684618/Bug.yrpX) Reported 14/07/2020 by Naim
Effects seem to be fixed in 4c329245f500c610fe500ab342a162d479eaeb2e. However, when siding in the rematch, the way you sided from the prior match is remembered.
First reported June 9: Jinzo and Snatch Steal A illegal loop play that is currently allowed. Core related bug. Voluntary loop. To quote: "Player 1 controls a "Jinzo" which is...
First reported June 9: Jinzo, Royal Decree, and Skill Drain A illegal loop play that is currently allowed. Core related bug. Voluntary loop. To quote: Player 1 controls "Skill Drain"...
First reported June 9: Pole Position, Snatch Steal, Morphtronic Videon A illegal loop play that is currently allowed. Core related bug. Voluntary loop. Game will ether exit or crash on...
First reported June 9: Hyper Hammerhead and Mist Valley Soldier Q: I increased the level of "Hyper Hammerhead" to 7 and applied the effect of "Diffusion Wave-Motion" to it, using...
See [rename-lua](https://github.com/edo9300/ygopro-core/tree/rename-lua) and PR here for further progress.
List for the second wave ``` Card.IsAbleToHand -> CanSendToHand Card.IsAbleToDeck -> CanSendToDeck Card.IsAbleToExtra -> CanSendToExtra Card.IsAbleToGrave -> CanSendToGrave Card.IsAbleToRemove -> CanBeBanished Card.IsAbleToHandAsCost -> CanSendToHandAsCost Card.IsAbleToDeckAsCost -> CanSendToDeckAsCost Card.IsAbleToExtraAsCost -> CanSendToExtraAsCost...