]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/items/item/health.qh
Added ITEM_FLAG_OVERKILL.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / item / health.qh
index 3ffb5728b1a1d86ea51b8ea93f53824ffb088b28..a64a37701d2abe9a097929e61f76b4c1c3c42b30 100644 (file)
@@ -147,6 +147,7 @@ void item_healthmega_init(entity item)
 REGISTER_ITEM(HealthMega, Health) {
     this.m_canonical_spawnfunc = "item_health_mega";
 #ifdef GAMEQC
+    this.spawnflags = ITEM_FLAG_OVERKILL;
     this.m_model                =   MDL_HealthMega_ITEM;
     this.m_sound                =   SND_HealthMega;
 #endif