Fixed multiblock minimap shadows

This commit is contained in:
Anuken
2022-02-20 11:55:35 -05:00
parent 989249e7dc
commit 02966a0911
3 changed files with 16 additions and 22 deletions

View File

@@ -2917,7 +2917,6 @@ public class UnitTypes{
//endregion
//region erekir - flying
/*
avert = new ErekirUnitType("avert"){{
lowAltitude = false;
flying = true;
@@ -2936,8 +2935,6 @@ public class UnitTypes{
);
}};
*/
quell = new ErekirUnitType("quell"){{
aiController = FlyingFollowAI::new;
envDisabled = 0;