-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: game versioned missionsInLocation, fix certain contracts w…
…hen resolved, rename missionsInLocations -> missionsInLocation (#550) Fixes #510 #505 #504 Needs testing and checking over more than twice. ## Breaking Changes - `controller.missionsInLocations` is now `controller.missionsInLocation` (as it always should have been!). - The aforementioned `controller.missionsInLocations` is now **split by game version**. - `controller.addEscalation` has a new parameter: `(groupContract, locationId, **gameVersion**, ...levels)` (highlighted using asterisks). --- Also this removes some terrible hacks we've had to do. We should've always done it like this!
- Loading branch information
Showing
10 changed files
with
768 additions
and
414 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.