Card-Forge / forge

An unofficial rules engine for the world's greatest card game.
https://card-forge.github.io/forge/
GNU General Public License v3.0
1.02k stars 571 forks source link

Chaos Balor targets different players but resolves on same player #6524

Open etphonehome73 opened 3 weeks ago

etphonehome73 commented 3 weeks ago

Describe the bug Chaos Balor targets different players but resolves on same player

In original code SVar:DBSeek:DB$ Seek | Defined$ Target | Num$ X | Type$ Card.nonLand | SubAbility$ DBCleanup

modified code SVar:DBSeek:DB$ Seek | Defined$ ParentTarget | Num$ X | Type$ Card.nonLand | SubAbility$ DBCleanup

Changed code and now it works fine. Attached corrected code.

chaos_balor.txt

Hanmac commented 3 weeks ago

@tool4ever this one should be easy too?