Show a message box when werewolf tries to mine ore

This commit is contained in:
Eddoursul 2024-02-19 21:33:43 +01:00
parent 06f28501ae
commit 5921715d85
2 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -105,6 +105,11 @@ Function TryPlayerActivate(ObjectReference myLinkedRef)
Return Return
EndIf EndIf
if _FS_TheriantrophistControlQuest.getControlQuest().IsTransformed()
(Game.GetFormFromFile(0x2F032, "Enderal - Forgotten Stories.esm") as Message).Show()
return
endif
If PlayerREF.GetItemCount(mineOreToolsList) < 1 If PlayerREF.GetItemCount(mineOreToolsList) < 1
FailureMessage.Show() FailureMessage.Show()
Return Return