Fixed tests

This commit is contained in:
Anuken
2019-05-09 14:39:52 -04:00
parent 23843be981
commit 9f4a430412
3 changed files with 21 additions and 15 deletions

View File

@@ -42,6 +42,9 @@ public class Tile implements Position, TargetTrait{
this.floor = (Floor)content.block(floor);
this.block = content.block(wall);
this.overlay = overlay;
//update entity and create it if needed
changed();
}
/** Returns this tile's position as a {@link Pos}. */