Skip to content

Commit c4a6140

Browse files
Merge branch 'engine' into client
2 parents 061cca5 + 6265977 commit c4a6140

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example-bots/src/main/examplefuncsplayer/RobotPlayer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ public static void runSoldier(RobotController rc) throws GameActionException{
170170
// Complete the ruin if we can.
171171
if (rc.canCompleteTowerPattern(UnitType.LEVEL_ONE_PAINT_TOWER, targetLoc)){
172172
rc.completeTowerPattern(UnitType.LEVEL_ONE_PAINT_TOWER, targetLoc);
173+
rc.setTimelineMarker("Tower built", 0, 255, 0);
173174
System.out.println("Built a tower at " + targetLoc + "!");
174175
}
175176
}

0 commit comments

Comments
 (0)