From 8f447487fb4eb0257217f185ca535a78898889ab Mon Sep 17 00:00:00 2001 From: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> Date: Thu, 27 Jul 2023 04:23:19 +0200 Subject: [PATCH] Witness: Add Exempt-Medic to the in-game credits hint --- worlds/witness/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/witness/__init__.py b/worlds/witness/__init__.py index 36cddf82..c746dcdc 100644 --- a/worlds/witness/__init__.py +++ b/worlds/witness/__init__.py @@ -192,7 +192,7 @@ class WitnessWorld(World): credits_hint = ( "This Randomizer is brought to you by", "NewSoupVi, Jarno, blastron,", - "jbzdarkid, sigma144, IHNN, oddGarrett.", -1 + "jbzdarkid, sigma144, IHNN, oddGarrett, Exempt-Medic.", -1 ) audio_logs = get_audio_logs().copy()