Show a message box when werewolf tries to mine ore
This commit is contained in:
parent
06f28501ae
commit
5921715d85
Binary file not shown.
@ -105,6 +105,11 @@ Function TryPlayerActivate(ObjectReference myLinkedRef)
|
||||
Return
|
||||
EndIf
|
||||
|
||||
if _FS_TheriantrophistControlQuest.getControlQuest().IsTransformed()
|
||||
(Game.GetFormFromFile(0x2F032, "Enderal - Forgotten Stories.esm") as Message).Show()
|
||||
return
|
||||
endif
|
||||
|
||||
If PlayerREF.GetItemCount(mineOreToolsList) < 1
|
||||
FailureMessage.Show()
|
||||
Return
|
||||
|
Loading…
Reference in New Issue
Block a user