diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index 99546e04ae..2f6d02826d 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -44,6 +44,7 @@ - type: ActivatableUI key: enum.PDAUiKey.Key singleUser: true + closeOnHandDeselect: false - type: UserInterface interfaces: - key: enum.PDAUiKey.Key diff --git a/Resources/Prototypes/Entities/Objects/Misc/books.yml b/Resources/Prototypes/Entities/Objects/Misc/books.yml index 04b21d846a..4cd94e1dc0 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/books.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/books.yml @@ -13,6 +13,7 @@ - type: Paper - type: ActivatableUI key: enum.PaperUiKey.Key + closeOnHandDeselect: false - type: UserInterface interfaces: - key: enum.PaperUiKey.Key diff --git a/Resources/Prototypes/Entities/Objects/Misc/paper.yml b/Resources/Prototypes/Entities/Objects/Misc/paper.yml index 0e725042c1..524b464baf 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/paper.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/paper.yml @@ -18,6 +18,7 @@ - type: Paper - type: ActivatableUI key: enum.PaperUiKey.Key + closeOnHandDeselect: false - type: UserInterface interfaces: - key: enum.PaperUiKey.Key diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/handheld_crew_monitor.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/handheld_crew_monitor.yml index 21e20ba61f..c5091fea7b 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/handheld_crew_monitor.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/handheld_crew_monitor.yml @@ -9,6 +9,7 @@ state: scanner - type: ActivatableUI key: enum.CrewMonitoringUIKey.Key + closeOnHandDeselect: false - type: UserInterface interfaces: - key: enum.CrewMonitoringUIKey.Key diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/healthanalyzer.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/healthanalyzer.yml index f74f9a6e7c..6032d5d0b2 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/healthanalyzer.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/healthanalyzer.yml @@ -10,6 +10,7 @@ state: analyzer - type: ActivatableUI key: enum.HealthAnalyzerUiKey.Key + closeOnHandDeselect: false - type: UserInterface interfaces: - key: enum.HealthAnalyzerUiKey.Key