Skip to content

Commit

Permalink
remove firefighting remote and bolting firelocks (#28330)
Browse files Browse the repository at this point in the history
remove firefighting remote
  • Loading branch information
EmoGarbage404 authored and NullWanderer committed Jun 1, 2024
1 parent 3acf236 commit 67ad88d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 29 deletions.
3 changes: 3 additions & 0 deletions Resources/Migrations/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,3 +329,6 @@ chem_master: ChemMaster

# 2024-05-21
CrateJanitorExplosive: ClosetJanitorBombFilled

# 2024-05-27
DoorRemoteFirefight: null
6 changes: 0 additions & 6 deletions Resources/Prototypes/Access/engineering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,3 @@
- ChiefEngineer
- Engineering
- Atmospherics

- type: accessGroup
id: FireFight
tags:
- Engineering
- Atmospherics
2 changes: 0 additions & 2 deletions Resources/Prototypes/Catalog/Fills/Lockers/engineer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
- id: GasAnalyzer
- id: MedkitOxygenFilled
- id: HolofanProjector
- id: DoorRemoteFirefight
- id: RCD
- id: RCDAmmo
- id: LunchboxEngineeringFilledRandom # Delta-V Lunchboxes!
Expand All @@ -113,7 +112,6 @@
- id: GasAnalyzer
- id: MedkitOxygenFilled
- id: HolofanProjector
- id: DoorRemoteFirefight
- id: RCD
- id: RCDAmmo
- id: LunchboxEngineeringFilledRandom # Delta-V Lunchboxes!
Expand Down
18 changes: 0 additions & 18 deletions Resources/Prototypes/Entities/Objects/Devices/door_remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,24 +142,6 @@
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@
arc: 360
- type: StaticPrice
price: 150
- type: DoorBolt
- type: AccessReader
access: [ [ "Engineering" ] ]
- type: PryUnpowered
pryModifier: 0.5

Expand Down

0 comments on commit 67ad88d

Please sign in to comment.