Skip to content

Commit 8b818e0

Browse files
committed
increment rat king count after becomeratking
1 parent 7b86c66 commit 8b818e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

engine/src/main/battlecode/world/RobotControllerImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,7 @@ public void becomeRatKing() throws GameActionException {
10901090
}
10911091

10921092
this.gameWorld.getMatchMaker().addBecomeRatKingAction(this.getID());
1093+
this.gameWorld.getTeamInfo().addRatKings(1, getTeam());
10931094
}
10941095

10951096
// ***********************************

0 commit comments

Comments
 (0)