Fixed extremely suicidal enemies / Conveyor tile fixes

This commit is contained in:
Anuken
2018-08-06 10:54:56 -04:00
parent 635e299464
commit dcc29c0c48
7 changed files with 22 additions and 9 deletions

View File

@@ -57,7 +57,7 @@ public abstract class BaseUnit extends Unit implements ShooterTrait{
protected boolean isWave;
protected Squad squad;
protected int spawner;
protected int spawner = -1;
/**internal constructor used for deserialization, DO NOT USE*/
public BaseUnit(){