diff options
author | Roman Tetelman <kevlarman@gmail.com> | 2009-10-03 11:54:20 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:15:29 +0000 |
commit | 7145527a1ca44c6afd20adf7e369f5f6f983047b (patch) | |
tree | 1b5ce2f1e4bd57c419d74175795125ea354a1c54 /models/weapons/mdriver | |
parent | 3a9eef8972336ad90ac314fbdb7adc4db6cbcbaf (diff) |
* mass driver no longer creates a particle when it hits something (same as upstream)
* the whitespace police strike again
Diffstat (limited to 'models/weapons/mdriver')
-rw-r--r-- | models/weapons/mdriver/weapon.cfg | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/models/weapons/mdriver/weapon.cfg b/models/weapons/mdriver/weapon.cfg index 2c74131f..938e7ae0 100644 --- a/models/weapons/mdriver/weapon.cfg +++ b/models/weapons/mdriver/weapon.cfg @@ -1,13 +1,12 @@ -weaponModel models/weapons/mdriver/mdriver.md3
-icon icons/iconw_driver
-crosshair 24 gfx/2d/crosshair-mdriver_s
-
-primary
-{
- flashDlightColor 0.0 1.0 0.0
- flashSound 0 models/weapons/mdriver/flash0.wav
-
- impactMark 6 gfx/marks/bullet_mrk
+weaponModel models/weapons/mdriver/mdriver.md3 +icon icons/iconw_driver +crosshair 24 gfx/2d/crosshair-mdriver_s + +primary +{ + flashDlightColor 0.0 1.0 0.0 + flashSound 0 models/weapons/mdriver/flash0.wav + + impactMark 6 gfx/marks/bullet_mrk impactParticleSystem models/weapons/mdriver/impactPS - alwaysImpact
-}
+} |