Map Edits: Tortuga (#5437)
* Map Edits: Tortuga * Additional changes * Passive vents * oh yeah * review fixes --------- Co-authored-by: Velcroboy <velcroboy333@hotmail.com>
This commit is contained in:
parent
7f1bd2c404
commit
5c60e7c1ca
|
|
@ -20,6 +20,7 @@ station-beacon-forensic-mantis = Mantis
|
|||
station-beacon-mailroom = Mail
|
||||
|
||||
station-beacon-engi-outpost = Engi Outpost
|
||||
station-beacon-atmos-outpost = Atmos Outpost
|
||||
|
||||
station-beacon-janitor-office = Jani Office
|
||||
station-beacon-janitor-closet = Jani Closet
|
||||
|
|
@ -39,6 +40,7 @@ station-beacon-arcade = Arcade
|
|||
station-beacon-laundromat = Laundromat
|
||||
station-beacon-pool = Pool
|
||||
station-beacon-barbershop = Barbershop
|
||||
station-beacon-zoo = Zoo
|
||||
|
||||
station-beacon-corpsman = Corpsman
|
||||
station-beacon-security-solitary = Solitary Confinement
|
||||
|
|
@ -50,4 +52,3 @@ station-beacon-chiefjustice = Chief Justice
|
|||
station-beacon-prosecutor = Prosecutor
|
||||
station-beacon-clerk = Clerk
|
||||
station-beacon-attorney = Attorney
|
||||
station-beacon-zoo = Zoo
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -57,6 +57,14 @@
|
|||
- type: WarpPoint
|
||||
location: Vault
|
||||
|
||||
- type: entity
|
||||
id: WarpPointConference
|
||||
parent: WarpPoint
|
||||
suffix: Conference Room
|
||||
components:
|
||||
- type: WarpPoint
|
||||
location: Conference Room
|
||||
|
||||
# Security
|
||||
- type: entity
|
||||
id: WarpPointSecurity
|
||||
|
|
@ -197,6 +205,14 @@
|
|||
- type: WarpPoint
|
||||
location: Robotics
|
||||
|
||||
- type: entity
|
||||
id: WarpPointMantis
|
||||
parent: WarpPoint
|
||||
suffix: Psionic Mantis
|
||||
components:
|
||||
- type: WarpPoint
|
||||
location: Psionic Mantis
|
||||
|
||||
#Logistics
|
||||
- type: entity
|
||||
id: WarpPointLogistics
|
||||
|
|
|
|||
|
|
@ -91,6 +91,14 @@
|
|||
- type: NavMapBeacon
|
||||
defaultText: station-beacon-engi-outpost
|
||||
|
||||
- type: entity
|
||||
parent: DefaultStationBeaconEngineering
|
||||
id: DefaultStationBeaconAtmosOutpost
|
||||
suffix: Atmos Outpost
|
||||
components:
|
||||
- type: NavMapBeacon
|
||||
defaultText: station-beacon-atmos-outpost
|
||||
|
||||
#Service
|
||||
- type: entity
|
||||
parent: DefaultStationBeaconService
|
||||
|
|
|
|||
Loading…
Reference in New Issue