Compare commits
No commits in common. "474e03733806c65945b29e864a072b46889d948f" and "7f77d663f1c4058a1120c2e1678bbbed6374e4c7" have entirely different histories.
474e037338
...
7f77d663f1
Binary file not shown.
Binary file not shown.
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user