diff --git a/Resources/Prototypes/Actions/borgs.yml b/Resources/Prototypes/Actions/borgs.yml index 0f635ba3ec..680bd730f5 100644 --- a/Resources/Prototypes/Actions/borgs.yml +++ b/Resources/Prototypes/Actions/borgs.yml @@ -4,6 +4,8 @@ description: View the laws that you must follow. components: - type: InstantAction + checkCanInteract: false + checkConsciousness: false itemIconStyle: NoItem icon: sprite: Interface/Actions/actions_borg.rsi diff --git a/Resources/Prototypes/Actions/station_ai.yml b/Resources/Prototypes/Actions/station_ai.yml index dc70603810..67d5626219 100644 --- a/Resources/Prototypes/Actions/station_ai.yml +++ b/Resources/Prototypes/Actions/station_ai.yml @@ -44,6 +44,8 @@ description: View the laws that you must follow. components: - type: InstantAction + checkCanInteract: false + checkConsciousness: false priority: -3 itemIconStyle: NoItem icon: diff --git a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml index bb70fa1a44..7c088eb08c 100644 --- a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml +++ b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml @@ -65,6 +65,7 @@ interfaces: enum.SiliconLawsUiKey.Key: type: SiliconLawBoundUserInterface + requireInputValidation: false enum.BorgUiKey.Key: type: BorgBoundUserInterface enum.StrippingUiKey.Key: diff --git a/Resources/Prototypes/Entities/Mobs/Player/silicon.yml b/Resources/Prototypes/Entities/Mobs/Player/silicon.yml index 272e28e91c..1877b3fbcf 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/silicon.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/silicon.yml @@ -424,6 +424,7 @@ interfaces: enum.SiliconLawsUiKey.Key: type: SiliconLawBoundUserInterface + requireInputValidation: false - type: ComplexInteraction - type: Actions - type: Access