]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
remove firefighting remote and bolting firelocks (#28330)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Tue, 28 May 2024 00:04:32 +0000 (20:04 -0400)
committerGitHub <noreply@github.com>
Tue, 28 May 2024 00:04:32 +0000 (10:04 +1000)
remove firefighting remote

Resources/Prototypes/Access/engineering.yml
Resources/Prototypes/Catalog/Fills/Lockers/engineer.yml
Resources/Prototypes/Entities/Objects/Devices/door_remote.yml
Resources/Prototypes/Entities/Structures/Doors/Firelocks/firelock.yml
Resources/migration.yml

index 94901fdf7afe25205dada8cba3e408f72f3d2030..f2f79fa805f2df879e8625e171b6e00f3a7dc1d6 100644 (file)
@@ -16,9 +16,3 @@
   - ChiefEngineer
   - Engineering
   - Atmospherics
-
-- type: accessGroup
-  id: FireFight
-  tags:
-    - Engineering
-    - Atmospherics
index d9d9071d444ae7a74e11245e7fcec03cec1e5117..1bf7a9443b5e4b1fdb8acba92ffe0243bd2fbb53 100644 (file)
@@ -94,7 +94,6 @@
       - id: GasAnalyzer
       - id: MedkitOxygenFilled
       - id: HolofanProjector
-      - id: DoorRemoteFirefight
       - id: RCD
       - id: RCDAmmo
 
       - id: GasAnalyzer
       - id: MedkitOxygenFilled
       - id: HolofanProjector
-      - id: DoorRemoteFirefight
       - id: RCD
       - id: RCDAmmo
 
index 25ac56a6daba2e8e7d44f90b4ffcfbcb04ba7365..a368ec2b65d3cf77552c71b300bced2cb7fa5394 100644 (file)
     groups:
     - Engineering
 
-- type: entity
-  parent: DoorRemoteDefault
-  id: DoorRemoteFirefight
-  name: fire-fighting door remote
-  description: A gadget which can open and bolt FireDoors remotely.
-  components:
-    - type: Sprite
-      layers:
-        - state: door_remotebase
-        - state: door_remotelightscolour
-          color: "#ff9900"
-        - state: door_remotescreencolour
-          color: "#e02020"
-
-    - type: Access
-      groups:
-        - FireFight
-
 - type: entity
   parent: DoorRemoteDefault
   id: DoorRemoteAll
index 860db862aeefc0f114c5c04e87bb58474c7af159..c098409f3aa38b52854c9efb718dbe2986a7176b 100644 (file)
       arc: 360
     - type: StaticPrice
       price: 150
-    - type: DoorBolt
-    - type: AccessReader
-      access: [ [ "Engineering" ] ]
     - type: PryUnpowered
       pryModifier: 0.5
 
index c19f1408707c14b87f6091b2f393a7c41ca7d5f4..cf1a0f7a6023062031b982e5fb053f7c1a23442a 100644 (file)
@@ -342,3 +342,6 @@ chem_master: ChemMaster
 
 # 2024-05-21
 CrateJanitorExplosive: ClosetJanitorBombFilled
+
+# 2024-05-27
+DoorRemoteFirefight: null