Fixed some trap doors in logic
Added the one way after validation chest (can't get to the chest from the door) Started refining some key logic to relax it / tighten it
This commit is contained in:
@@ -1565,7 +1565,8 @@ logical_connections = [
|
||||
('GT Firesnake Room Hook Path', 'GT Firesnake Room Ledge'),
|
||||
('GT Left Moldorm Ledge Drop Down', 'GT Moldorm'),
|
||||
('GT Right Moldorm Ledge Drop Down', 'GT Moldorm'),
|
||||
('GT Moldorm Gap', 'GT Validation')
|
||||
('GT Moldorm Gap', 'GT Validation'),
|
||||
('GT Validation Block Path', 'GT Validation Door')
|
||||
]
|
||||
|
||||
vanilla_logical_connections = [
|
||||
|
||||
Reference in New Issue
Block a user