1
Fork 0

Compare commits

...

3 Commits

  1. BIN
      Skyrim.esm
  2. BIN
      meshes/architecture/whiterun/wrcitywalls/wrwallmaingate01ext.nif
  3. BIN
      scripts/_00e_theriantrophist_playeraswerewolf.pex
  4. 4
      source/scripts/_00e_theriantrophist_playeraswerewolf.psc

Binary file not shown.

Binary file not shown.

@ -147,6 +147,10 @@ Function TransformBack()
Actor PlayerREF = self.getActorReference()
if ! PlayerREF
PlayerREF = Game.GetForm(0x14) as Actor
endif
If PlayerREF.dispelSpell(_00E_FS_Affinity_ScourgeOfTheWilds_TitanSP)
while PlayerREF.getscale() > fPlayerScale
Utility.Wait(0.05)

Loading…
Cancel
Save