From 83acaa5bf2b021e015cb96ef24c77c6495434b25 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Wed, 18 Oct 2023 22:43:52 -0500 Subject: [PATCH] Add security beacon (#21048) Co-authored-by: Jeff --- Resources/Prototypes/Entities/Markers/warp_point.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Resources/Prototypes/Entities/Markers/warp_point.yml b/Resources/Prototypes/Entities/Markers/warp_point.yml index 8e15994dc5..da109f6212 100644 --- a/Resources/Prototypes/Entities/Markers/warp_point.yml +++ b/Resources/Prototypes/Entities/Markers/warp_point.yml @@ -109,6 +109,17 @@ - type: WarpPoint location: science +- type: entity + id: WarpPointBeaconSecurity + parent: WarpPointBeacon + name: warp point (security) + components: + - type: NavMapBeacon + text: security + color: "#DE3A3A" + - type: WarpPoint + location: security + - type: entity id: WarpPointBeaconService parent: WarpPointBeacon -- 2.51.2