Added basic multi-unit factories

This commit is contained in:
Anuken
2020-04-13 16:56:33 -04:00
parent d860977144
commit 2af12a632a
17 changed files with 2209 additions and 2587 deletions

View File

@@ -573,7 +573,7 @@ public class Tile implements Position, QuadTreeObject{
@Override
public String toString(){
return floor.name + ":" + block.name + ":" + overlay + "[" + x + "," + y + "] " + "entity=" + (entity == null ? "null" : (entity.getClass())) + ":" + team();
return floor.name + ":" + block.name + ":" + overlay + "[" + x + "," + y + "] " + "entity=" + (entity == null ? "null" : (entity.getClass().getSimpleName())) + ":" + team();
}
//remote utility methods