Skip to content

Commit

Permalink
i should stop breaking stuff fr
Browse files Browse the repository at this point in the history
  • Loading branch information
WMF-Industries authored Dec 14, 2023
1 parent bc323a8 commit 27f170b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/ExpandedIndustries/content/EIUnits.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import mindustry.type.weapons.RepairBeamWeapon;
import mindustry.world.meta.BlockFlag;

import static ExpandedIndustries.content.EIStatusEffects.frozen;
import static arc.graphics.g2d.Draw.color;
import static arc.graphics.g2d.Lines.stroke;
import static arc.math.Angles.randLenVectors;
Expand Down Expand Up @@ -889,9 +888,7 @@ public static void load() {
}};
}});
}};
/*quark = new UnitType("quark"){{
}};*/

creo = new UnitType("creo"){{
constructor = UnitEntity::create;
defaultCommand = EICommands.healUnitsCommand;
Expand Down Expand Up @@ -1059,4 +1056,4 @@ public void update(Unit unit){
}}
);
}};
}}
}}

0 comments on commit 27f170b

Please sign in to comment.