diff options
Diffstat (limited to 'apworld/client/player.gd')
-rw-r--r-- | apworld/client/player.gd | 1 |
1 files changed, 1 insertions, 0 deletions
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(): | |||
31 | if ( | 31 | if ( |
32 | door.get_type() == gamedata.SCRIPT_proto.DoorType.ITEM_ONLY | 32 | door.get_type() == gamedata.SCRIPT_proto.DoorType.ITEM_ONLY |
33 | or door.get_type() == gamedata.SCRIPT_proto.DoorType.GALLERY_PAINTING | 33 | or door.get_type() == gamedata.SCRIPT_proto.DoorType.GALLERY_PAINTING |
34 | or door.get_type() == gamedata.SCRIPT_proto.DoorType.CONTROL_CENTER_COLOR | ||
34 | ): | 35 | ): |
35 | continue | 36 | continue |
36 | 37 | ||