]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/t_items.qc
remove gl_polyblend, and let a CSQC fullscreen image with blood splatter (thanks...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / t_items.qc
index ba0cb8bb3e00c9873fcad5ada9cede5d344a61d8..9f0075afa53756b1f278443e979f7d37bde3c424 100644 (file)
@@ -489,6 +489,8 @@ void Item_Touch (void)
        if(!Item_GiveTo(self, other))
                return;
 
+       other.last_pickup = time;
+
        pointparticles(particleeffectnum("item_pickup"), self.origin, '0 0 0', 1);
 
        if (self.classname == "droppedweapon")