We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac40926 commit fffb7ddCopy full SHA for fffb7dd
programming/sem1/lab3/src/Locations/FieldMiddle.java
@@ -39,7 +39,7 @@ public void execute(){
39
} catch (IllegalArgumentException e2) { character.goFurther.goFurther(); }
40
}
41
else if (lastStepStatus == StepStatus.NOT_ENOUGH_ENERGY) {
42
- character.goFurther.goFurther();
+ character.becomeTired.becomeTired();
43
44
character.characterLocation.setLocation(null);
45
0 commit comments