diff --git a/scripts/_00e_fs_nqr01_playerarenasc.pex b/scripts/_00e_fs_nqr01_playerarenasc.pex index 1dbf3a15..320bab15 100644 Binary files a/scripts/_00e_fs_nqr01_playerarenasc.pex and b/scripts/_00e_fs_nqr01_playerarenasc.pex differ diff --git a/source/scripts/_00e_fs_nqr01_playerarenasc.psc b/source/scripts/_00e_fs_nqr01_playerarenasc.psc index 2b1ac252..2b36bcb1 100644 --- a/source/scripts/_00e_fs_nqr01_playerarenasc.psc +++ b/source/scripts/_00e_fs_nqr01_playerarenasc.psc @@ -6,6 +6,8 @@ Event OnUpdate() EndEvent +;/ +; Disabled, currently broken Event OnHit(ObjectReference akAggressor, Form akSource, Projectile akProjectile, bool abPowerAttack, bool abSneakAttack, bool abBashAttack, bool abHitBlocked) If _00E_FS_NQR01_CurrentlyInCombat.GetValueInt() == 0 && bReady @@ -26,6 +28,7 @@ Event OnHit(ObjectReference akAggressor, Form akSource, Projectile akProjectile, EndIf EndEvent +/; bool bReady = True