From de10a3a948630fe491d464bd34289d040510dd10 Mon Sep 17 00:00:00 2001 From: Kowlin <10947836+Kowlin@users.noreply.github.com> Date: Tue, 13 Jan 2026 01:48:41 +0100 Subject: [PATCH] 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> --- Resources/Prototypes/Entities/Objects/Devices/door_remote.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml b/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml index c5d28134b6..07a2721826 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml @@ -206,7 +206,7 @@ - Engineering - type: entity - parent: [DoorRemoteDefault, BaseCommandContraband] + parent: [DoorRemoteCanEletrifyDoors, BaseCommandContraband] id: DoorRemoteAll name: super door remote suffix: Admeme @@ -231,7 +231,7 @@ - Xenoborg - type: entity - parent: [ DoorRemoteCanEletrifyDoors, BaseXenoborgContraband ] + parent: [DoorRemoteCanEletrifyDoors, BaseXenoborgContraband] id: DoorRemoteXenoborg name: xenoborg door remote components: -- 2.52.0