Skip to content

Commit

Permalink
Remove warp point comp from map beacons (DeltaV-Station#968)
Browse files Browse the repository at this point in the history
* Remove warp point comp from map beacons

* Shorten a few names

---------

Co-authored-by: Jeff <[email protected]>
  • Loading branch information
IamVelcroboy and BurningRash authored Mar 28, 2024
1 parent e91a89f commit 40eeef2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- type: entity
parent: DefaultStationBeaconMedical
id: DefaultStationBeaconExam
suffix: Exam Room
suffix: Exam
components:
- type: NavMapBeacon
text: station-beacon-exam
Expand All @@ -43,7 +43,7 @@
- type: entity
parent: DefaultStationBeaconMedical
id: DefaultStationBeaconPsychologist
suffix: Psychologist
suffix: Psych
components:
- type: NavMapBeacon
text: station-beacon-psych
Expand All @@ -52,15 +52,15 @@
- type: entity
parent: DefaultStationBeaconScience
id: DefaultStationBeaconProber
suffix: Glimmer Prober
suffix: Prober
components:
- type: NavMapBeacon
text: station-beacon-glimmer-prober

- type: entity
parent: DefaultStationBeaconScience
id: DefaultStationBeaconMantis
suffix: Forensic Mantis
suffix: Mantis
components:
- type: NavMapBeacon
text: station-beacon-forensic-mantis
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- type: NavMapBeacon
text: station-beacon-general
color: "#D4D4D496"
- type: WarpPoint
#- type: WarpPoint # Delta V - Removes in favor of Warp Point Markers
- type: ActivatableUI
key: enum.NavMapBeaconUiKey.Key
singleUser: true
Expand Down

0 comments on commit 40eeef2

Please sign in to comment.