mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 04:12:14 -08:00
* UI: added turn number and step info in game logs
This commit is contained in:
parent
190c3ecc00
commit
2e73f9d1c5
21 changed files with 546 additions and 529 deletions
|
|
@ -61,8 +61,8 @@ public class MulliganTestBase {
|
|||
Mulligan mulligan = mulliganType.getMulligan(freeMulligans);
|
||||
Game game = new TwoPlayerDuel(LEFT, ONE, mulligan, 20) {
|
||||
@Override
|
||||
public void fireStatusEvent(String message, boolean withTime) {
|
||||
super.fireStatusEvent(message, withTime);
|
||||
public void fireStatusEvent(String message, boolean withTime, boolean withTurnInfo) {
|
||||
super.fireStatusEvent(message, withTime, withTurnInfo);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue