DefenderAI that makes octs follow units (#4757)

This commit is contained in:
MEEP of Faith
2021-03-05 07:21:26 -08:00
committed by GitHub
parent 2bb303e709
commit 0c28bb7dcf
3 changed files with 55 additions and 1 deletions

View File

@@ -1370,6 +1370,8 @@ public class UnitTypes implements ContentList{
}};
oct = new UnitType("oct"){{
defaultController = DefenderAI::new;
armor = 16f;
health = 24000;
speed = 0.8f;