diff --git a/src/tiles/tile.coffee b/src/tiles/tile.coffee index 734238e..a5677cb 100644 --- a/src/tiles/tile.coffee +++ b/src/tiles/tile.coffee @@ -44,7 +44,7 @@ class Tile if @entity app.layer.drawRegion app.images.entities, @entity.sprite(), x*8, y*8 - if (@entity and @entity.isMoveable()) + if (@entity and @entity.isMoveable()) or @isActive # Draw the status indicator. app.layer.drawImage app.images.progress, x*8, y*8 numPercent = Math.floor((tileLayer.amount*6)/app.game.maxTileAmount)