Fluorohydride / ygopro-pre-script

90 stars 111 forks source link

fix scripts using `Duel.GetReleaseGroup` for cost #1237

Closed Lyris12 closed 8 months ago

Lyris12 commented 10 months ago

as opposed to Duel.CheckReleaseGroup

supplements #1232; requires Fluorohydride/ygopro-core#515

Lyris12 commented 10 months ago

BUG: Effects which use both Duel.CheckReleaseGroup[Ex] AND Card.IsReleasable crashed the core, e.g. Hieratic Seal of the Heavenly Spheres

Fixes are at https://github.com/Lyris12/ygopro-pre-script/tree/Lyris12-patch-Reirautari-1

EDIT: Found a core fix: https://github.com/Fluorohydride/ygopro-core/pull/515/commits/e3689f7be5fd272c8132c05f17cf19aa90aba493

mercury233 commented 8 months ago

https://github.com/Fluorohydride/ygopro-core/pull/534