From 7ce7b9e2364fc1ad6997a6855b53735ac7fa0678 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Wed, 4 Sep 2024 12:23:39 +0200 Subject: [PATCH] Add disabled station anchors version (#31794) * Add disabled station anchors versions * remove this --- .../Entities/Structures/Shuttles/station_anchor.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Shuttles/station_anchor.yml b/Resources/Prototypes/Entities/Structures/Shuttles/station_anchor.yml index 7b9a322555..e0fc2987b3 100644 --- a/Resources/Prototypes/Entities/Structures/Shuttles/station_anchor.yml +++ b/Resources/Prototypes/Entities/Structures/Shuttles/station_anchor.yml @@ -3,6 +3,7 @@ abstract: true name: station anchor description: Prevents stations from moving. + suffix: On placement: mode: AlignTileAny components: @@ -107,3 +108,11 @@ interfaces: enum.PowerChargeUiKey.Key: type: PowerChargeBoundUserInterface + +- type: entity + parent: StationAnchor + id: StationAnchorOff + suffix: Off + components: + - type: StationAnchor + switchedOn: false -- 2.51.2