From 0a0e38fd8cf925664fd78e8744dddd18b0242b44 Mon Sep 17 00:00:00 2001 From: drjaska Date: Mon, 6 Jun 2022 22:45:22 +0300 Subject: [PATCH] Add a frozen status check to arc --- qcsrc/common/weapons/weapon/arc.qc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qcsrc/common/weapons/weapon/arc.qc b/qcsrc/common/weapons/weapon/arc.qc index 73198a7a40..c4c396fce5 100644 --- a/qcsrc/common/weapons/weapon/arc.qc +++ b/qcsrc/common/weapons/weapon/arc.qc @@ -213,6 +213,8 @@ void W_Arc_Beam_Think(entity this) || IS_DEAD(own) || + STAT(FROZEN, own) + || game_stopped || !weapon_prepareattack_check(thiswep, own, weaponentity, this.beam_bursting, -1) -- 2.39.2