From d9ed36477d227486331c4e5b534753408a9c3ff3 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 5 Feb 2016 22:22:55 +1000 Subject: [PATCH] Stop arc beam when game ends --- 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 303c5a256..1d3ea78a5 100644 --- a/qcsrc/common/weapons/weapon/arc.qc +++ b/qcsrc/common/weapons/weapon/arc.qc @@ -328,6 +328,8 @@ void W_Arc_Beam_Think() || IS_DEAD(self.owner) || + gameover + || (!self.owner.BUTTON_ATCK && !burst ) || STAT(FROZEN, self.owner) -- 2.39.2