Compare commits

..

3 Commits

6 changed files with 5 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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

View File

@ -11,7 +11,10 @@ Import Math
Event OnInit()
objCashContainer = Self.GetLinkedRef(_00E_TavernGames_Bank) as ObjectReference
if objCashContainer
objCashContainer.AddItem(Gold001, __Config_iGamblingMoney)
endif
EndEvent