From 797cf68fc2163c3996c44fdfc5fc9f6b6c6b6dd3 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 5 Oct 2025 13:10:07 -0400 Subject: Fix various minor client bugs This is what we get for not running in the editor for a while! --- apworld/client/player.gd | 1 + 1 file changed, 1 insertion(+) (limited to 'apworld/client/player.gd') diff --git a/apworld/client/player.gd b/apworld/client/player.gd index 5417a48..f387929 100644 --- a/apworld/client/player.gd +++ b/apworld/client/player.gd @@ -31,6 +31,7 @@ func _ready(): if ( door.get_type() == gamedata.SCRIPT_proto.DoorType.ITEM_ONLY or door.get_type() == gamedata.SCRIPT_proto.DoorType.GALLERY_PAINTING + or door.get_type() == gamedata.SCRIPT_proto.DoorType.CONTROL_CENTER_COLOR ): continue -- cgit 1.4.1