mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +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>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>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>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);
|
null, MessageType.USER_INFO, ChatMessage.MessageColor.BLUE);
|
||||||
break;
|
break;
|
||||||
case TOURNAMENT:
|
case TOURNAMENT:
|
||||||
|
|
Loading…
Reference in a new issue