projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
240cce4
)
use g_balance_laser_primary_refire on the minstanex laser instead of the hardcoded...
author
FruitieX <fruitiex@gmail.com>
Wed, 10 Nov 2010 11:38:25 +0000
(13:38 +0200)
committer
FruitieX <fruitiex@gmail.com>
Wed, 10 Nov 2010 11:38:25 +0000
(13:38 +0200)
qcsrc/server/w_minstanex.qc
patch
|
blob
|
history
diff --git
a/qcsrc/server/w_minstanex.qc
b/qcsrc/server/w_minstanex.qc
index
352aa2b
..
0d815ee
100644
(file)
--- a/
qcsrc/server/w_minstanex.qc
+++ b/
qcsrc/server/w_minstanex.qc
@@
-195,7
+195,7
@@
float w_minstanex(float req)
{
if (self.jump_interval <= time)
{
{
if (self.jump_interval <= time)
{
- self.jump_interval = time +
0.9
* W_WeaponRateFactor();
+ self.jump_interval = time +
cvar("g_balance_laser_primary_refire")
* W_WeaponRateFactor();
// ugly minstagib hack to reuse the fire mode of the laser
float w;
// ugly minstagib hack to reuse the fire mode of the laser
float w;