The Witness: Update docs, credits, junk hints (#1240)

* Updated Credits & AP-game hints

* Updated docs
This commit is contained in:
NewSoupVi
2022-11-17 17:35:59 +01:00
committed by GitHub
parent 1cd1bfea4d
commit 95f90851ac
4 changed files with 33 additions and 11 deletions

View File

@@ -149,7 +149,9 @@ class WitnessWorld(World):
def fill_slot_data(self) -> dict:
hint_amount = get_option_value(self.multiworld, self.player, "hint_amount")
credits_hint = ("This Randomizer", "is brought to you by", "NewSoupVi, Jarno, jbzdarkid, sigma144", -1)
credits_hint = (
"This Randomizer", "is brought to you by", "NewSoupVi, Jarno, jbzdarkid, sigma144, IHNN, blastron", -1
)
audio_logs = get_audio_logs().copy()