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;