diff options
author | Evan Goers <mega@osirion.org> | 2012-01-13 09:31:19 +0000 |
---|---|---|
committer | Evan Goers <mega@osirion.org> | 2012-01-13 09:31:19 +0000 |
commit | 5d6ed8ef4d85a296e0319da5141b82be448d9a75 (patch) | |
tree | b9b8ed833d92f2048bd1b7fca359845b24c23d76 /base/maps/pirate | |
parent | 039e983daaac958a2ca68eb09cfacc21265c86eb (diff) |
Fixed engines.
Diffstat (limited to 'base/maps/pirate')
-rw-r--r-- | base/maps/pirate/sections/engine_large.map | 1 | ||||
-rw-r--r-- | base/maps/pirate/sections/engine_medium.map | 1 | ||||
-rw-r--r-- | base/maps/pirate/sections/engine_small.map | 1 | ||||
-rw-r--r-- | base/maps/pirate/sections/engine_tiny.map | 1 | ||||
-rw-r--r-- | base/maps/pirate/sections/juggernaut_bigengine1.map | 7 | ||||
-rw-r--r-- | base/maps/pirate/sections/juggernaut_bigengine2.map | 7 | ||||
-rw-r--r-- | base/maps/pirate/sections/juggernaut_bigengine3.map | 13 |
7 files changed, 0 insertions, 31 deletions
diff --git a/base/maps/pirate/sections/engine_large.map b/base/maps/pirate/sections/engine_large.map index 0d12e18..3ebf620 100644 --- a/base/maps/pirate/sections/engine_large.map +++ b/base/maps/pirate/sections/engine_large.map @@ -100,7 +100,6 @@ colors/grey25_shiny "classname" "fx_particles" "origin" "-8.000000 0.000000 0.000000" "script" "engine_exhaust" -"spawnflags" "4" } // entity 3 { diff --git a/base/maps/pirate/sections/engine_medium.map b/base/maps/pirate/sections/engine_medium.map index 3a60f4f..f1c7d12 100644 --- a/base/maps/pirate/sections/engine_medium.map +++ b/base/maps/pirate/sections/engine_medium.map @@ -103,7 +103,6 @@ colors/grey25_shiny "origin" "-8.000000 0.000000 0.000000" "script" "engine_exhaust" "scale" "0.8" -"spawnflags" "4" } // entity 3 { diff --git a/base/maps/pirate/sections/engine_small.map b/base/maps/pirate/sections/engine_small.map index 5a24ba2..d0ac06d 100644 --- a/base/maps/pirate/sections/engine_small.map +++ b/base/maps/pirate/sections/engine_small.map @@ -101,5 +101,4 @@ colors/grey25_shiny "origin" "-8.000000 0.000000 0.000000" "script" "engine_exhaust" "scale" "0.4" -"spawnflags" "4" } diff --git a/base/maps/pirate/sections/engine_tiny.map b/base/maps/pirate/sections/engine_tiny.map index 2ddbef1..244aee3 100644 --- a/base/maps/pirate/sections/engine_tiny.map +++ b/base/maps/pirate/sections/engine_tiny.map @@ -100,6 +100,5 @@ colors/grey25_shiny "classname" "fx_particles" "origin" "-8.000000 0.000000 0.000000" "script" "engine_exhaust" -"spawnflags" "4" "scale" "0.4" } diff --git a/base/maps/pirate/sections/juggernaut_bigengine1.map b/base/maps/pirate/sections/juggernaut_bigengine1.map index 75f011a..f56fcd3 100644 --- a/base/maps/pirate/sections/juggernaut_bigengine1.map +++ b/base/maps/pirate/sections/juggernaut_bigengine1.map @@ -81,11 +81,4 @@ colors/grey25_shiny "classname" "fx_particles" "origin" "-160.000000 0.000000 0.000000" "script" "engine_exhaust" -"spawnflags" "4" -} -// entity 3 -{ -"classname" "fx_particles" -"origin" "-160.000000 0.000000 0.000000" -"script" "engine_trail" } diff --git a/base/maps/pirate/sections/juggernaut_bigengine2.map b/base/maps/pirate/sections/juggernaut_bigengine2.map index 52ea03e..ba0c59c 100644 --- a/base/maps/pirate/sections/juggernaut_bigengine2.map +++ b/base/maps/pirate/sections/juggernaut_bigengine2.map @@ -81,11 +81,4 @@ colors/grey25_shiny "classname" "fx_particles" "origin" "-160.000000 0.000000 0.000000" "script" "engine_exhaust" -"spawnflags" "4" -} -// entity 3 -{ -"classname" "fx_particles" -"origin" "-160.000000 0.000000 0.000000" -"script" "engine_trail" } diff --git a/base/maps/pirate/sections/juggernaut_bigengine3.map b/base/maps/pirate/sections/juggernaut_bigengine3.map index f37b919..99a832b 100644 --- a/base/maps/pirate/sections/juggernaut_bigengine3.map +++ b/base/maps/pirate/sections/juggernaut_bigengine3.map @@ -81,18 +81,5 @@ colors/grey25_shiny "classname" "fx_particles" "origin" "-160.000000 0.000000 0.000000" "script" "engine_exhaust" -"spawnflags" "4" "scale" "0.4" } -// entity 3 -{ -"classname" "fx_particles" -"origin" "-160.000000 0.000000 0.000000" -"script" "engine_trail" -} -// entity 4 -{ -"classname" "fx_particles" -"origin" "-160.000000 0.000000 0.000000" -"script" "engine_trail" -} |