From: lzk <124214523+lzk228@users.noreply.github.com> Date: Wed, 4 Sep 2024 10:23:39 +0000 (+0200) Subject: Add disabled station anchors version (#31794) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=7ce7b9e2364fc1ad6997a6855b53735ac7fa0678;p=space-station-14.git Add disabled station anchors version (#31794) * Add disabled station anchors versions * remove this --- 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