Skip to content

Commit

Permalink
reset instruction to standard when entering explore mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsardana committed Jan 26, 2021
1 parent 3c6383e commit 7ed973a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/biden/Unit.java
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,7 @@ void updateDestinationForExploration(boolean isECHunter) throws GameActionExcept
|| rc.senseRobotAtLocation(destination).team == allyTeam))) {
System.out.println("Deets, rerouting");
if (rc.getType() == RobotType.MUCKRAKER) {
instruction = SpawnDestinationFlag.INSTR_MUCKRAKER;
muckrackerRerouteDestination();
return;
}
Expand Down

0 comments on commit 7ed973a

Please sign in to comment.