diff options
author | Stijn Buys <ingar@osirion.org> | 2014-12-25 12:48:11 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2014-12-25 12:48:11 +0000 |
commit | a13d217886ebd427b394c03709ad6441684eddb8 (patch) | |
tree | 61cbfbbd6666ba86a1369ba636d377b8329c893a | |
parent | 142ad5e4ad02d69e07fdef98aea2c011fd3f806a (diff) |
Added turrets to the pirate repair station.
-rw-r--r-- | base/maps/pirate/repair_station.map | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/base/maps/pirate/repair_station.map b/base/maps/pirate/repair_station.map index fbdd03d..65391c0 100644 --- a/base/maps/pirate/repair_station.map +++ b/base/maps/pirate/repair_station.map @@ -2184,3 +2184,51 @@ "classname" "location_dock" "origin" "688.000000 0.000000 0.000000" } +// entity 9 +{ +"classname" "location_turret" +"origin" "1952.000000 -1856.000000 0.000000" +"angle" "0" +} +// entity 10 +{ +"classname" "location_turret" +"origin" "1952.000000 1856.000000 0.000000" +"angle" "0" +} +// entity 11 +{ +"classname" "location_turret" +"origin" "1952.000000 1088.000000 0.000000" +"angle" "0" +} +// entity 12 +{ +"classname" "location_turret" +"origin" "1952.000000 -1088.000000 0.000000" +"angle" "0" +} +// entity 13 +{ +"classname" "location_turret" +"origin" "-1952.000000 -1856.000000 0.000000" +"angle" "180" +} +// entity 14 +{ +"classname" "location_turret" +"origin" "-1952.000000 1088.000000 0.000000" +"angle" "180" +} +// entity 15 +{ +"classname" "location_turret" +"origin" "-1952.000000 1856.000000 0.000000" +"angle" "180" +} +// entity 16 +{ +"classname" "location_turret" +"origin" "-1952.000000 -1088.000000 0.000000" +"angle" "180" +} |