Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-01-06 14:54:58 +0000
committerStijn Buys <ingar@osirion.org>2013-01-06 14:54:58 +0000
commit3c1e95686c0720ff9b219ef6a492c87e2ee214b7 (patch)
treedda5d41c1a3e2abaf86a3440b851de4829a4235d /base/maps/projectiles
parent300a47793fc11a63c21339c2c47bc2002e0116a8 (diff)
Disable entity color on laser particles.
Diffstat (limited to 'base/maps/projectiles')
-rw-r--r--base/maps/projectiles/laser1.map2
-rw-r--r--base/maps/projectiles/laser2.map4
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"
}