]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapon/minelayer.qc
Fix sticky electro orbs and mines being unhittable on DP master
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapon / minelayer.qc
index c73db2bc28f1d9e634d87b36fc4a21b5146b6e39..63c7b9e44395cb62e21a3930e21ffb18704e765f 100644 (file)
@@ -18,6 +18,7 @@ void W_MineLayer_Stick(entity this, entity to)
 
        newmine.owner = this.owner;
        newmine.realowner = this.realowner;
+       PROJECTILE_MAKETRIGGER(newmine);
        setorigin(newmine, this.origin);
        setmodel(newmine, MDL_MINELAYER_MINE);
        setsize(newmine, '-4 -4 -4', '4 4 4');