From: Mario Date: Wed, 17 Apr 2013 08:09:32 +0000 (+1000) Subject: Reset hell-knight delay when starting inferno attack X-Git-Tag: xonotic-v0.8.0~241^2^2~367 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7ff633835dda927bf8562a3b8ab6f5fd78502291;p=xonotic%2Fxonotic-data.pk3dir.git Reset hell-knight delay when starting inferno attack --- diff --git a/qcsrc/server/monsters/monster/hknight.qc b/qcsrc/server/monsters/monster/hknight.qc index 76bffe4ee..e4b97ad66 100644 --- a/qcsrc/server/monsters/monster/hknight.qc +++ b/qcsrc/server/monsters/monster/hknight.qc @@ -107,6 +107,8 @@ void hknight_inferno () void hknight_infernowarning () { + self.monster_delayedattack = func_null; + self.delay = -1; if(!self.enemy) return;