worked on riddler

This commit is contained in:
Luca Carnegie
2019-05-29 19:47:53 -04:00
parent c633473df6
commit 87afdf44f4
4 changed files with 32 additions and 31 deletions

View File

@@ -361,7 +361,8 @@ class Game {
}
break;
case "talk":
System.out.println("Salad");
break;
case "take":
boolean hasAll = false;
for(String a : command.getOtherWords()) {