#there should be an end of turn effect, as opposed to start
6 messages · Page 1 of 1 (latest)
so start + return?
But OnStart can activate with effects based on what happened in the previous turn, basically you can simulate an end of turn effect using onstart.
You can even put something like.
OnStart: if you didn't draw this card this turn, do something.
I think it would be more to avoid repetitive writing than something new.