Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-adds the fire-fighting door remote and modifies it. #2007

Merged
2 changes: 2 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/engineer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
- id: GasAnalyzer
- id: MedkitOxygenFilled
- id: HolofanProjector
- id: DoorRemoteFirefight # Delta-V Re-added fire-fighting remote.
Radezolid marked this conversation as resolved.
Show resolved Hide resolved
- id: RCD
- id: RCDAmmo
- id: LunchboxEngineeringFilledRandom # Delta-V Lunchboxes!
Expand All @@ -112,6 +113,7 @@
- id: GasAnalyzer
- id: MedkitOxygenFilled
- id: HolofanProjector
- id: DoorRemoteFirefight # Delta-V Re-added fire-fighting remote.
Radezolid marked this conversation as resolved.
Show resolved Hide resolved
- id: RCD
- id: RCDAmmo
- id: LunchboxEngineeringFilledRandom # Delta-V Lunchboxes!
Expand Down
18 changes: 18 additions & 0 deletions Resources/Prototypes/Entities/Objects/Devices/door_remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,24 @@
groups:
- Engineering

# Delta-V Re-added fire-fighting remote.
- type: entity
parent: [DoorRemoteDefault, BaseEngineeringContraband]
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
tags:
- Maintenance

- type: entity
parent: [DoorRemoteDefault, BaseCommandContraband]
id: DoorRemoteAll
Expand Down
Loading