diff --git a/scripts/_00e_theriantrophist_transformsc.pex b/scripts/_00e_theriantrophist_transformsc.pex index bcc00009..3247979b 100644 Binary files a/scripts/_00e_theriantrophist_transformsc.pex and b/scripts/_00e_theriantrophist_transformsc.pex differ diff --git a/source/scripts/_00e_theriantrophist_transformsc.psc b/source/scripts/_00e_theriantrophist_transformsc.psc index afbee2d2..203686ba 100644 --- a/source/scripts/_00e_theriantrophist_transformsc.psc +++ b/source/scripts/_00e_theriantrophist_transformsc.psc @@ -26,12 +26,16 @@ Event OnEffectStart(Actor akTarget, Actor akCaster) Endif _00E_Theriantrophist_PlayerAsWerewolf playerWhileTransformedAlias = controlQuest.playerWhileTransformed - if _00E_FS_Theriantrophist_AllowTemporaryTransform.GetValueInt() == 0 if !playerWhileTransformedAlias.CanBeTransformed(akTarget.getCurrentLocation()) - Debug.Notification(_00E_Theriantrophist_ForceTransformBackMessage.getName()) - _RestorePotion() + if EnderalLib.IsDLLLoaded() + Debug.Notification(_00E_Theriantrophist_ForceTransformBackMessage.getName()) + _RestorePotion() + else + ; TODO: Replace the string with a localizable message. + Debug.Notification("You cannot transform here.") + endif self.dispel() return Endif