Fluorohydride / ygopro-core

ygopro script engine.
MIT License
327 stars 134 forks source link

BUG: Cannot tribute face-down monster that targeted Soul Exchange by cost #537

Open 465uytrewq opened 9 months ago

465uytrewq commented 9 months ago

konami's answered, Primathmech Alembertian can tribute face-down monster that targeted Soul Exchange.

mail: Q. 相手フィールドの裏側守備表示モンスターを対象として「クロス・ソウル」を発動しているターン中、「クロス・ソウル」の対象となった相手フィールドの裏側守備表示モンスターを必ずリリースする事になりますが、その状況でも自分は「塊斬機ダランベルシアン」の②の効果を発動できますか? A. ご質問の場合、「クロス・ソウル」の効果が適用された相手の裏側守備表示モンスターをリリースして自分は「塊斬機ダランベルシアン」の『②』の効果を発動できます。

but, in current ygopro version, Primathmech Alembertian cannot tribute face-down monster that targeted Soul Exchange. because https://github.com/Fluorohydride/ygopro-core/blob/master/field.cpp#L1726 get_release_list returns only face-up opponent monster if use_con is true.