Skip to content

Commit

Permalink
merge2, binary filex
Browse files Browse the repository at this point in the history
  • Loading branch information
IHateMyKite committed Apr 24, 2022
1 parent 506494c commit 40e8efb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Scripts/Source/UD_CustomDevice_RenderScript.psc
Original file line number Diff line number Diff line change
Expand Up @@ -3103,12 +3103,9 @@ String[] Function SelectStruggleArray(Actor akActor)
EndFunction

bool Function minigamePostcheck()
if !checkMinAV()
if WearerIsPlayer()
if !checkMinAV() ;check wearer AVs
if WearerIsPlayer() ;message related to player wearer
debug.notification("You are too exhausted. Try later, after you regain your strength.")
else
else ;message related to NPC wearer
debug.notification(getWearerName()+" is too exhausted!")
endif
Expand Down
Binary file modified Scripts/UD_CustomDevice_RenderScript.pex
Binary file not shown.
Binary file modified Scripts/UnforgivingDevicesMain.pex
Binary file not shown.

0 comments on commit 40e8efb

Please sign in to comment.