HarbourMasters / HarbourMasters/Shipwright
allow players to explicitly select default behavior
- Dominant language
- C
- Stars
- 5.4k
- Forks
- 837
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 72
Description
making this issue as a result of conversations around how to handle https://github.com/HarbourMasters/Shipwright/pull/5788
instead of having a tooltip saying
> In a Randomizer file, this defaults to on if this enhancement has never been changed.
for settings that default to `IS_RANDO`, it'd be good to have an explicit "default" option. something like
* default (on in randomizer files)
* always off
* always on
_____
next steps:
- [ ] make a list of settings that default to `IS_RANDO` but can't be explicitly set to `IS_RANDO` by players
- [ ] decide how we want to handle each of those
- keep the `IS_RANDO` default, add explicit `IS_RANDO` option?
- switch the setting to a shared default between rando and vanilla?
- something else?
- [ ] pr/land the changes
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.