]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add disabled station anchors version (#31794)
authorlzk <124214523+lzk228@users.noreply.github.com>
Wed, 4 Sep 2024 10:23:39 +0000 (12:23 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Sep 2024 10:23:39 +0000 (12:23 +0200)
* Add disabled station anchors versions

* remove this

Resources/Prototypes/Entities/Structures/Shuttles/station_anchor.yml

index 7b9a3225556d1a237fa3aa626bf0576031b4f363..e0fc2987b35d66f43cdd095252d58f0952e25f02 100644 (file)
@@ -3,6 +3,7 @@
   abstract: true
   name: station anchor
   description: Prevents stations from moving.
+  suffix: On
   placement:
     mode: AlignTileAny
   components:
       interfaces:
         enum.PowerChargeUiKey.Key:
           type: PowerChargeBoundUserInterface
+
+- type: entity
+  parent: StationAnchor
+  id: StationAnchorOff
+  suffix: Off
+  components:
+  - type: StationAnchor
+    switchedOn: false