Allow the admin door remote to toggle overcharge (#42370)
* Allow the admin door remote to toggle overcharge * Apply suggestions from code review --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
parent
ed14899032
commit
cddae22e7a
|
|
@ -207,7 +207,7 @@
|
|||
- Engineering
|
||||
|
||||
- type: entity
|
||||
parent: [DoorRemoteDefault, BaseCommandContraband]
|
||||
parent: [DoorRemoteCanEletrifyDoors, BaseCommandContraband]
|
||||
id: DoorRemoteAll
|
||||
name: super door remote
|
||||
suffix: Admeme
|
||||
|
|
@ -232,7 +232,7 @@
|
|||
- Xenoborg
|
||||
|
||||
- type: entity
|
||||
parent: [ DoorRemoteCanEletrifyDoors, BaseXenoborgContraband ]
|
||||
parent: [DoorRemoteCanEletrifyDoors, BaseXenoborgContraband]
|
||||
id: DoorRemoteXenoborg
|
||||
name: xenoborg door remote
|
||||
components:
|
||||
|
|
|
|||
Loading…
Reference in New Issue