mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
The computer is thinking message has now been changed in both locations, ComputerAI_Input and ComputerAI_StackNotEmpty.java.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
program/mail=mtgerror@yahoo.com
|
program/mail=mtgerror@yahoo.com
|
||||||
program/forum=http://www.slightlymagic.net/forum/viewforum.php?f=26
|
program/forum=http://www.slightlymagic.net/forum/viewforum.php?f=26
|
||||||
program/version=Forge -- official beta: 10/01/17, SVN revision: 294
|
program/version=Forge -- official beta: 10/01/17, SVN revision: 295
|
||||||
|
|
||||||
tokens--file=AllTokens.txt
|
tokens--file=AllTokens.txt
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ public class ComputerAI_Input extends Input
|
|||||||
public void showMessage()
|
public void showMessage()
|
||||||
{
|
{
|
||||||
ButtonUtil.disableAll();
|
ButtonUtil.disableAll();
|
||||||
AllZone.Display.showMessage("Phase: " +AllZone.Phase.getPhase() +"\nComputer is thinking");
|
AllZone.Display.showMessage("Phase: " +AllZone.Phase.getPhase() + "\nAn error may have occurred. Please send the \"Stack Report\" and the \"Detailed Error Trace\" to the Forge forum.");
|
||||||
|
|
||||||
think();
|
think();
|
||||||
}//getMessage();
|
}//getMessage();
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ public class ComputerAI_StackNotEmpty extends Input
|
|||||||
|
|
||||||
public void showMessage()
|
public void showMessage()
|
||||||
{
|
{
|
||||||
AllZone.Display.showMessage("Phase: " +AllZone.Phase.getPhase() + "\nAn error may have occurred. Please send the STACK REPORT to the Forge forum.");
|
AllZone.Display.showMessage("Phase: " +AllZone.Phase.getPhase() + "\nAn error may have occurred. Please send the \"Stack Report\" and the \"Detailed Error Trace\" to the Forge forum.");
|
||||||
AllZone.Computer.stackNotEmpty();
|
AllZone.Computer.stackNotEmpty();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user