minor menu changes

main
mike 2023-03-06 17:17:28 -05:00
parent c8e301f9cc
commit 31a9f97618
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");
} }