From c4aaf24ab11bf7364d716013910748082cc2bc62 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sat, 18 Apr 2020 16:56:11 +0200 Subject: [PATCH] default to showing dungeon counts on pickup, to make it less likely that newer players miss items --- easy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/easy.yaml b/easy.yaml index e89443bf..212dc378 100644 --- a/easy.yaml +++ b/easy.yaml @@ -48,8 +48,8 @@ dungeon_items: # alternative to the 4 shuffles above this, does nothing until th mcsb: 0 # shuffle all of the 4, any combination of m, c, s and b will shuffle the respective item, or not if it's missing, so you can add more options here dungeon_counters: on: 0 # always display amount of items checked in a dungeon - pickup: 0 # show when compass is picked up - default: 1 # show when compass is picked up if the compass itself is shuffled + pickup: 1 # show when compass is picked up + default: 0 # show when compass is picked up if the compass itself is shuffled off: 0 # never show item count in dungeons accessibility: items: 0 # Guarantees you will be able to acquire all items, but you may not be able to access all locations