X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fweapon%2Farc.qc;h=c4c396fce597d44f796b826ccfebeb41a95a9307;hb=71eb8f743b4e5cb924087f07995a6ef3f2180861;hp=73198a7a40dff82766009c2f4514725785664f95;hpb=ccf1757e6a71d864249ebe4f3cd13331529bcb41;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/weapons/weapon/arc.qc b/qcsrc/common/weapons/weapon/arc.qc index 73198a7a4..c4c396fce 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)