Networked unit control / Mimic AI prototype

This commit is contained in:
Anuken
2020-04-11 10:03:47 -04:00
parent 7dca6b2a30
commit 3bb2b646db
32 changed files with 87 additions and 36 deletions

View File

@@ -956,6 +956,7 @@ abstract class TileComp implements Posc, Teamc, Healthc, Tilec, Timerc{
Events.fire(new BlockDestroyEvent(tile));
block.breakSound.at(tile);
onDestroyed();
tile.remove();
remove();
}