diff --git a/scripts/_00e_theriantrophist_playeraswerewolf.pex b/scripts/_00e_theriantrophist_playeraswerewolf.pex index e146fb43..ee362f87 100644 Binary files a/scripts/_00e_theriantrophist_playeraswerewolf.pex and b/scripts/_00e_theriantrophist_playeraswerewolf.pex differ diff --git a/source/scripts/_00e_theriantrophist_playeraswerewolf.psc b/source/scripts/_00e_theriantrophist_playeraswerewolf.psc index e697c2d3..1fc63232 100644 --- a/source/scripts/_00e_theriantrophist_playeraswerewolf.psc +++ b/source/scripts/_00e_theriantrophist_playeraswerewolf.psc @@ -416,7 +416,7 @@ Function _FixNotTransformedPlayerSkin() return endif - Actor player = GetReference() as Actor + Actor player = Game.GetForm(0x14) as Actor if player && ! player.IsOnMount() && ! player.IsSwimming() player.getActorBase().SetSkin(player.GetRace().GetSkin())