mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +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:
@@ -18,7 +18,7 @@ public class ComputerAI_Input extends Input
|
||||
public void showMessage()
|
||||
{
|
||||
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();
|
||||
}//getMessage();
|
||||
|
||||
@@ -5,7 +5,7 @@ public class ComputerAI_StackNotEmpty extends Input
|
||||
|
||||
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.Computer.stackNotEmpty();
|
||||
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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user