]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/monster/mage.qc
Hardcode monster item drops
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / monster / mage.qc
index 00d333497304f38646dcde1803a34342ce73e872..67a3fac95d1a8d44d2ab9a3d63aca3a8886e0969 100644 (file)
@@ -413,7 +413,8 @@ float m_mage(float req)
                case MR_SETUP:
                {
                        if not(self.health) self.health = MON_CVAR(mage, health);
-                               
+                       
+                       self.monster_loot = spawnfunc_item_health_large;
                        self.monster_attackfunc = mage_attack;
                        monsters_setframe(mage_anim_walk);