Idk if you can change the display or not but POS2 just has "Turn Complete"
<delegate name="endTurnNoPU" javaClass="games.strategy.triplea.delegate.NoPUEndTurnDelegate" display="Turn Complete"/>
Doesn't have "...No PU" in it
I first tried it with "Turn Complete but it didnt work so it was something I changed to see if it did work.
However it seems that ive solved it now. I changed
<step name="bloodelvesEndTurnNoPU" delegate="endTurnNoPU" player="BloodElves"/> to <step name="bloodelvesEndTurn" delegate="endTurnNoPU" player="BloodElves"/>And it seems to work now.
Seems weird to me that they have to have the same name even tho they are different things.