Skip to content

Commit

Permalink
Merge pull request #71 from buthed010203/patch-59
Browse files Browse the repository at this point in the history
Fix mega ai
  • Loading branch information
fuzzbuck committed Sep 14, 2021
2 parents a0c5225 + 17e456a commit b731f00
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 = SuicideAI::new;
defaultController = BuilderAI::new;

mineTier = 3;
mineSpeed = 4f;
Expand Down

0 comments on commit b731f00

Please sign in to comment.