]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Reset hell-knight delay when starting inferno attack
authorMario <mario.mario@y7mail.com>
Wed, 17 Apr 2013 08:09:32 +0000 (18:09 +1000)
committerMario <mario.mario@y7mail.com>
Wed, 17 Apr 2013 08:09:32 +0000 (18:09 +1000)
qcsrc/server/monsters/monster/hknight.qc

index 76bffe4eea62a14bf6187f79261b66c9fcf32845..e4b97ad667c9f6509d67a28e3a99e7dc93b5165b 100644 (file)
@@ -107,6 +107,8 @@ void hknight_inferno ()
 
 void hknight_infernowarning ()
 {
+       self.monster_delayedattack = func_null;
+       self.delay = -1;
        if(!self.enemy)
                return;