mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
spjspj - Add in message for F11 button
This commit is contained in:
parent
13329bcd59
commit
85a22ea9d9
1 changed files with 2 additions and 1 deletions
|
@ -397,7 +397,8 @@ public class CallbackClientImpl implements CallbackClient {
|
|||
.append("<br/><b>F5</b> - Skip to next end step but stop on declare attackers/blockers and something on the stack")
|
||||
.append("<br/><b>F7</b> - Skip to next main phase but stop on declare attackers/blockers and something on the stack")
|
||||
.append("<br/><b>F9</b> - Skip everything until your next turn")
|
||||
.append("<br/><b>F3</b> - Undo F4/F5/F7/F9").toString(),
|
||||
.append("<br/><b>F11</b> - Skip everything until the end step just prior to your turn")
|
||||
.append("<br/><b>F3</b> - Undo F4/F5/F7/F9/F11").toString(),
|
||||
null, MessageType.USER_INFO, ChatMessage.MessageColor.BLUE);
|
||||
break;
|
||||
case TOURNAMENT:
|
||||
|
|
Loading…
Reference in a new issue