diff options
author | Stijn Buys <ingar@osirion.org> | 2013-01-06 14:54:58 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-01-06 14:54:58 +0000 |
commit | 3c1e95686c0720ff9b219ef6a492c87e2ee214b7 (patch) | |
tree | dda5d41c1a3e2abaf86a3440b851de4829a4235d /base/maps | |
parent | 300a47793fc11a63c21339c2c47bc2002e0116a8 (diff) |
Disable entity color on laser particles.
Diffstat (limited to 'base/maps')
-rw-r--r-- | base/maps/projectiles/laser1.map | 2 | ||||
-rw-r--r-- | base/maps/projectiles/laser2.map | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/base/maps/projectiles/laser1.map b/base/maps/projectiles/laser1.map index 6a94f85..3f00724 100644 --- a/base/maps/projectiles/laser1.map +++ b/base/maps/projectiles/laser1.map @@ -8,6 +8,6 @@ "classname" "light" "origin" "0.000000 0.000000 0.000000" "light" "24" -"spawnflags" "2" "flare" "2" +"_color" "1 1 0.498039" } diff --git a/base/maps/projectiles/laser2.map b/base/maps/projectiles/laser2.map index d09846e..548cfdc 100644 --- a/base/maps/projectiles/laser2.map +++ b/base/maps/projectiles/laser2.map @@ -8,8 +8,8 @@ "classname" "light" "origin" "0.000000 0.000000 0.000000" "light" "24" -"spawnflags" "2" "flare" "2" +"_color" "1 1 0.498039" } // entity 2 { @@ -17,5 +17,5 @@ "origin" "0.000000 0.000000 0.000000" "angle" "-179.999985" "script" "laser_trail" -"spawnflags" "2" +"_color" "1 1 0.498039" } |