Merge remote-tracking branch 'refs/remotes/origin/main'

main
Brett 2023-03-06 18:01:58 -05:00
commit 1ebfdca6c9
1 changed files with 2 additions and 1 deletions

View File

@ -84,8 +84,9 @@ public class GameEngine<T> implements Runnable {
System.out.println("~ Player Options:\n" + System.out.println("~ Player Options:\n" +
"1. Build {command: '1 <building name>'}\n" + "1. Build {command: '1 <building name>'}\n" +
"2. Train inhabitants {command: '2 <unit name>'}\n"+ "2. Train inhabitants {command: '2 <unit name>'}\n"+
"3. Upgrade Building\n"+ "3. Upgrade Building {command: '3 i<index>'} / {command: '3 b<index>'}\n"+
"4. Explore\n"+ "4. Explore\n"+
"5. Attack\n"+
"5. Print Village Stats\n"+ "5. Print Village Stats\n"+
"6. Quit\n" + "6. Quit\n" +
"7. Attack last explored\n"); "7. Attack last explored\n");