aboutsummaryrefslogtreecommitdiff
path: root/client/map
diff options
context:
space:
mode:
Diffstat (limited to 'client/map')
-rw-r--r--client/map/tiles/book.gd3
1 files changed, 0 insertions, 3 deletions
diff --git a/client/map/tiles/book.gd b/client/map/tiles/book.gd
index 4f05f39d..bc87ba6b 100644
--- a/client/map/tiles/book.gd
+++ b/client/map/tiles/book.gd
@@ -20,6 +20,3 @@ extends CounterBase
func _init(rename: String, neighbors: Array):
super(rename, neighbors)
base.add_child(load("res://map/tiles/book.tscn").instantiate())
-
-func interact():
- Global.find_menu(self).submenu("res://menu/book/book.tscn")