Compare commits

..

No commits in common. "474e03733806c65945b29e864a072b46889d948f" and "7f77d663f1c4058a1120c2e1678bbbed6374e4c7" have entirely different histories.

4 changed files with 1 additions and 12 deletions

Binary file not shown.

Binary file not shown.

View File

@ -4793,5 +4793,4 @@ scripts\tif__00137f38.pex
scripts\prkf__00e_se_dismantleperk_03009d21.pex
scripts\prkf__00e_fs_nq07_craftpotio_0300146e.pex
scripts\prkf__00e_craftquestpotionpe_0300146d.pex
scripts\pf_mq14_sc06_toriusstandstil_0003c597.pex
scripts\_00E_UpdateSpeedmult.pex
scripts\pf_mq14_sc06_toriusstandstil_0003c597.pex

View File

@ -1,10 +0,0 @@
Scriptname _00E_UpdateSpeedmult extends activemagiceffect
Event OnEffectStart(Actor akTarget, Actor akCaster)
; Force movement speed update
akTarget.ModActorValue("InventoryWeight", -0.1)
Utility.Wait(0.01)
akTarget.ModActorValue("InventoryWeight", 0.1)
EndEvent