Skip to content

Commit

Permalink
modified: mrt_MarkofArkay.bsa
Browse files Browse the repository at this point in the history
modified:   scripts/source/zzzmoareviverscript.psc
modified:   scripts/zzzmoareviverscript.pex
  • Loading branch information
mort65 committed Nov 4, 2019
1 parent f5d0c3c commit 2d3ed3e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Binary file modified Data/mrt_MarkofArkay.bsa
Binary file not shown.
9 changes: 9 additions & 0 deletions Data/scripts/source/zzzmoareviverscript.psc
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ State Bleedout1
Return
EndIf
SetGameVars()
If moaPlayerVoicelessQuest.IsRunning()
PlayerRef.SetVoiceRecoveryTime(9999999.0)
EndIf
EndEvent

Event OnObjectUnequipped(Form akBaseObject, ObjectReference akReference)
Expand All @@ -192,6 +195,9 @@ State Bleedout2
Return
EndIf
SetGameVars()
If moaPlayerVoicelessQuest.IsRunning()
PlayerRef.SetVoiceRecoveryTime(9999999.0)
EndIf
EndEvent

Event OnObjectUnequipped(Form akBaseObject, ObjectReference akReference)
Expand Down Expand Up @@ -273,6 +279,9 @@ Event OnPlayerLoadGame()
moaLockReset.SetValue(0)
EndIf
SetGameVars()
If moaPlayerVoicelessQuest.IsRunning()
PlayerRef.SetVoiceRecoveryTime(9999999.0)
EndIf
RegisterForSingleUpdate(3.0)
EndEvent

Expand Down
Binary file modified Data/scripts/zzzmoareviverscript.pex
Binary file not shown.

0 comments on commit 2d3ed3e

Please sign in to comment.