mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-09 00:38:15 -07:00
Allow use of "options.yaml" as a gitignored options overwrite
This also sets the default hint cost back to 1000, enable it if you want it.
This commit is contained in:
@@ -18,9 +18,9 @@ server_options:
|
||||
disable_item_cheat: null
|
||||
#Client hint system
|
||||
#points given to player for each acquired item
|
||||
location_check_points: 1
|
||||
location_check_points: null
|
||||
#point cost to receive a hint via !hint for players
|
||||
hint_cost: 50 #set to 0 if you want free hints
|
||||
hint_cost: null #set to 0 if you want free hints
|
||||
#options for MultiMystery.py
|
||||
multi_mystery_options:
|
||||
#teams, however, note that there is currently no way to supply names for teams 2+ through MultiMystery
|
||||
|
||||
Reference in New Issue
Block a user