diff options
-rw-r--r-- | client/map/tiles/counter.gd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/map/tiles/counter.gd b/client/map/tiles/counter.gd index 9ca18550..31e19ca3 100644 --- a/client/map/tiles/counter.gd +++ b/client/map/tiles/counter.gd @@ -25,6 +25,8 @@ const COUNTERS: Array = [ const FLOORS: Array = [ "floor", + "chandelier", + "ceiling-lamp", "grass", "table", "chair" |