]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Update turret waypointsprite when repaired by fusion reactor
authorMario <mario.mario@y7mail.com>
Thu, 7 Mar 2013 18:41:08 +0000 (05:41 +1100)
committerMario <mario.mario@y7mail.com>
Thu, 7 Mar 2013 18:41:08 +0000 (05:41 +1100)
qcsrc/server/tturrets/units/unit_fusionreactor.qc

index 6301079d9b95f204c2f572fbbf1e35cb9538bde3..f2e956586c45f42a36c68b7a4063a161a115bc12 100644 (file)
@@ -11,6 +11,7 @@ void turret_fusionreactor_fire()
        {
         self.enemy.health = min(self.enemy.health + self.shot_dmg,self.enemy.max_health);
                self.enemy.tur_health = min(self.enemy.tur_health + self.shot_dmg,self.enemy.max_health);
+               self.enemy.SendFlags |= TNSF_STATUS;
        }
        if(g_rts) // monster healing
        {