summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-06-16 20:41:32 +0200
committermetamuffin <metamuffin@disroot.org>2025-06-16 20:41:32 +0200
commitd07c805a41a7c83480833dea336ef9b6c88d0e47 (patch)
tree7dca7240c45f6d4f3dbac2a2735723abf57de000
parent4f4db23d8b3edaa0d6e07b4cfbe4b90b1db11343 (diff)
downloadhurrycurry-d07c805a41a7c83480833dea336ef9b6c88d0e47.tar
hurrycurry-d07c805a41a7c83480833dea336ef9b6c88d0e47.tar.bz2
hurrycurry-d07c805a41a7c83480833dea336ef9b6c88d0e47.tar.zst
dont connect chandelier and ceiling lamps with counters; fixes #306
-rw-r--r--client/map/tiles/counter.gd2
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"