Skip to content

Commit

Permalink
DHLP patch added
Browse files Browse the repository at this point in the history
  • Loading branch information
mort65 committed Aug 29, 2024
1 parent f350d27 commit a9c09f5
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file added Data/MOA_DHLP_Patch.esp
Binary file not shown.
Binary file added Data/MOA_DHLP_Redux_Patch.esp
Binary file not shown.
Binary file modified Data/mrt_MarkofArkay SE.bsa
Binary file not shown.
6 changes: 3 additions & 3 deletions Data/scripts/source/zzzmoareviverscript.psc
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ Float function getBaseVersion()
endfunction

Float function getCurrentVersion()
return getBaseVersion() + 3.55
return getBaseVersion() + 3.56
endfunction


Expand Down Expand Up @@ -2117,7 +2117,7 @@ Bool function bIsConditionSafe()
elseif PlayerRef.GetActorValue("paralysis")
elseif PlayerRef.GetAnimationVariableBool("bIsSynced")
elseif NPCScript.isActorInSexAnimation(PlayerRef)
elseif (DhelplessInterface.isEnabled() || DhelplessInterface.IsSceneRunning())
elseif DhelplessInterface.IsSceneRunning()
else
return true
endif
Expand Down Expand Up @@ -2481,7 +2481,7 @@ Bool Function bCanSurrender()
If moaState.getValue() != 1
ElseIf Utility.IsInMenuMode()
ElseIf (ConfigMenu.iNotTradingAftermath != 1)
elseif DhelplessInterface.isEnabled() || DhelplessInterface.IsSceneRunning()
elseif DhelplessInterface.IsSceneRunning()
Debug.Notification("$mrt_MarkofArkay_Notification_Surrender_Dhelpless_Error")
elseif NPCScript.isActorInSexAnimation(playerRef)
Elseif playerRef.IsFlying()
Expand Down
Binary file modified Data/scripts/zzzmoareviverscript.pex
Binary file not shown.

0 comments on commit a9c09f5

Please sign in to comment.