Skip to content

Commit

Permalink
Update UnitTypes.java
Browse files Browse the repository at this point in the history
  • Loading branch information
buthed010203 committed Sep 11, 2021
1 parent 9c8b4d7 commit 17e456a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/mindustry/content/UnitTypes.java
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ public void load(){
}};

mega = new UnitType("mega"){{
defaultController = RepairAI::new;
defaultController = BuilderAI::new;

mineTier = 3;
mineSpeed = 4f;
Expand Down

0 comments on commit 17e456a

Please sign in to comment.