]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/projectile.qc
Merge remote branch 'origin/fruitiex/fruitbalance'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / projectile.qc
index f45a52aa164e4158cc790246afbe8308188c1ec9..39aabc44adf4a430f357c0e6e82d4a6d07e596ef 100644 (file)
@@ -332,8 +332,8 @@ void Ent_Projectile()
                                self.move_bounce_stopspeed = g_balance_grenadelauncher_secondary_bouncestop;
                                break;
                        case PROJECTILE_MINE:
-                               self.mins = '-6 -6 -6';
-                               self.maxs = '6 6 6';
+                               self.mins = '-4 -4 -4';
+                               self.maxs = '4 4 4';
                                break;
                        case PROJECTILE_PORTO_RED:
                                self.colormod = '2 1 1';