Hi @SAldricH-tech,
Thank you for your bug report regarding cards “06019” (Jarnbjorn), “28001a” (Nova), and “28010” (The Locust: Fernanda Rodriguez) in version 0.5.9.4.
If I understand you correctly, you mean that “06019” (Jarnbjorn) and “28001a” (Nova) should trigger at the same time. However, the text for these cards indicates otherwise:
“06019” (Jarnbjorn) reads:
After your hero attacks an enemy, …
“28001a” (Nova) reads:
After you use one of Nova’s basic powers, …
In the current engine, AfterUnitAttackUnit is a different event from AfterUnitUseBasicPower, and we believe that making an attack should trigger before using a basic power.
For example, when you play “03006” (Shield Toss) and select two targets, you can trigger “06019” twice because the engine will broadcast two AfterUnitAttackUnit messages. However, regardless of how many targets you attack, the engine will only broadcast one AfterUnitUseBasicPower message.
Regarding “28010” (The Locust: Fernanda Rodriguez), this is a scripting error, and we will fix it soon.
Thank you for your feedback!


