SMB-like Extra & Master stages #2
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In Super Monkey Ball, if you clear a difficulty without using a continue you can unlock Extra stages (in Expert, clearing Extra without a continue unlocks Master). We could potentially add Extra stages for each category, and a single Master stage for clearing Expert. As $testcheats is already on by default, we could check if all stages cleared are within the Superb Time before you can unlock the extra stages for each difficulty. Beating all Beginner stages within the Superb Time unlocks the Beginner Extra stages. Same with Intermediate, Advanced and also Expert. How could this be implemented?