Fetch instruction

This commit is contained in:
Anuken
2022-04-10 12:14:22 -04:00
parent a7c898a08f
commit 84686a260d
8 changed files with 112 additions and 5 deletions

View File

@@ -976,7 +976,8 @@ public class UnitTypes{
flying = true;
health = 70;
engineOffset = 5.75f;
targetAir = false;
//TODO balance
//targetAir = false;
targetFlags = new BlockFlag[]{BlockFlag.generator, null};
hitSize = 7;
itemCapacity = 10;