Show a missing objective to take Ryneus' toy from Thorus

This commit is contained in:
Eddoursul 2025-08-20 23:26:34 +02:00
parent 20e48cc13b
commit b36b649396
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -263,6 +263,7 @@ Function EndDogMinigame()
UnregisterForUpdate() UnregisterForUpdate()
if bDogMinigameFailed == false if bDogMinigameFailed == false
SetObjectiveCompleted(40) SetObjectiveCompleted(40)
SetObjectiveDisplayed(41)
endif endif
GoToState("DefaultState") GoToState("DefaultState")
EndFunction EndFunction