]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/items/items.qc
Make the Keepaway ball respawn when it comes in contact with lava and slime, fixes...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / items / items.qc
index 1a5cfdda5e74e236618996ba66cd988cdc7752e2..a87214072efa20179b5cf24b5750370ecba826e8 100644 (file)
@@ -950,6 +950,9 @@ void _StartItem(entity this, entity def, float defaultrespawntime, float default
 
                this.takedamage = DAMAGE_YES;
                this.event_damage = Item_Damage;
+               // enable this to have thrown items burn in lava
+               //this.damagedbycontents = true;
+               //IL_PUSH(g_damagedbycontents, this);
 
                if (Item_IsExpiring(this))
                {