CTristan / lobotomy-corporation-mods

Mods for Lobotomy Corporation
MIT License
5 stars 0 forks source link

[Enhancement] Prevent soft-lock bug from unlocking the last two departments in the wrong order #73

Open CTristan opened 2 months ago

CTristan commented 2 months ago

There's a very unfortunate soft-lock that happens while going through the story where if you don't know about it ahead of time will cause you to need to restart from Day 1. The correct way to fix it is to make sure you unlock three times on each by Day 41 so that you can then complete one department, do that department's final mission, then use the memory repository to go back to Day 41 and complete the other department and do that department's final mission.

Watching streamers playing the game and chat having to explain it when unlocking the last two departments. The intuitive way to play the game is to unlock one department then the other.

One idea for the easiest fix would be to check the logic for determining when a department can be selected and seeing if it's possible to specify that before Day 41 only the first three boxes of the department can be expanded.