We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d31d797 + 55fc21c commit 12b53cfCopy full SHA for 12b53cf
1 file changed
src/mars_patcher/mf/door_locks.py
@@ -203,8 +203,6 @@ def factory() -> dict:
203
capped_slot, capless_slot = new_room_hatch_slots[area_room]
204
if lock == HatchLock.LOCKED:
205
new_hatch_slot = orig_hatch_slot
206
- # Mark door as deleted
207
- rom.write_8(door_addr + 1, 0xFF)
208
elif (lock is None and orig_has_cap) or (lock is not None and lock != HatchLock.OPEN):
209
# Has cap
210
new_hatch_slot = capped_slot
0 commit comments