Compare commits

..

No commits in common. "b36b6493960033192e1acd0f7a1cc0b94f1cfc41" and "7a116414bb486727a692cc2e356c389a8ea54132" have entirely different histories.

6 changed files with 1 additions and 5 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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

View File

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