The message should always be in the following format:
Current enrollment bonus: x%
Win two battles before your next enrollment to keep and boost your bonus
Battles won: n
Next enrollment bonus: y%
As n changes, so should y (i.e. y=0 if n<2, and y=min(x+10,50) if n>=2).
Also, this should work for even the first enrollment in the day. That is, if you win 2 battles before your first enrollment, that enrollment should get 10% bonus. That way, the message will always apply. |