Play "Dark Future" cards until your deck is totally depleted or down to a couple of cards. (You may use debug_card("Dark Future") to give yourself a sufficient number of them.)
Summon a "Herald of Jurex" creature. Its energy counter should be updated via static effect whenever the player takes damage.
Play another "Dark Future" card.
Observe that the energy counter has not updated on the Herald of Jurex. Possible reason? static effects not being recalculated after delayed_command.
Move the Doomsday Clockwork forward.
Observe that the energy counter has now updated on the Herald of Jurex.
Note: I added a workaround so that you are still able to activate the Herald of Jurex's Deplete Shell ability even though the energy level was not updated via static effect.
Steps to Reproduce:
play_test("chrono")
debug_card("Dark Future")
to give yourself a sufficient number of them.)Note: I added a workaround so that you are still able to activate the Herald of Jurex's Deplete Shell ability even though the energy level was not updated via static effect.