From cbefeedecd32b4d87e02cfb53d1ca32964ce0c3d Mon Sep 17 00:00:00 2001 From: Garrett Cox Date: Mon, 11 Sep 2023 12:46:22 -0500 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index e181756..1a36822 100644 --- a/Home.md +++ b/Home.md @@ -15,7 +15,7 @@ What this might look like in practice if (rc.isShuffled()) { if (rc.isObtainable() && !rc.isObtained()) { this->actionFunc = En_CowIdle; - Randomzier_ObtainRandomizerCheck(rc); + rc.obtain(); } else { this->actionFunc = En_CowReturnToIdle; this->actor.textId = 0x4011;