From e7555648f0989f465f9dd10d02974c576c56ed92 Mon Sep 17 00:00:00 2001 From: sleepyyapril Date: Wed, 27 Nov 2024 01:07:12 -0400 Subject: [PATCH 1/2] Fix IPCs being unable to use midi menu. --- .../Entities/Mobs/Player/silicon_base.yml | 26 +++++++++++-------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/Player/silicon_base.yml b/Resources/Prototypes/Entities/Mobs/Player/silicon_base.yml index 6ca0435b35e..b6792a1a9b3 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/silicon_base.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/silicon_base.yml @@ -202,17 +202,21 @@ - type: SurgeryTarget - type: Targeting - type: UserInterface - interfaces: - enum.HumanoidMarkingModifierKey.Key: - type: HumanoidMarkingModifierBoundUserInterface - enum.StrippingUiKey.Key: - type: StrippableBoundUserInterface - enum.RadialSelectorUiKey.Key: - type: RadialSelectorMenuBUI - enum.ListViewSelectorUiKey.Key: - type: ListViewSelectorBUI - enum.SurgeryUIKey.Key: - type: SurgeryBui + - type: UserInterface + interfaces: + enum.HumanoidMarkingModifierKey.Key: + type: HumanoidMarkingModifierBoundUserInterface + enum.StrippingUiKey.Key: + type: StrippableBoundUserInterface + enum.InstrumentUiKey.Key: + type: InstrumentBoundUserInterface + requireInputValidation: false + enum.RadialSelectorUiKey.Key: + type: RadialSelectorMenuBUI + enum.ListViewSelectorUiKey.Key: + type: ListViewSelectorBUI + enum.SurgeryUIKey.Key: + type: SurgeryBui - type: Emoting - type: Grammar attributes: From 5d1aeabcbd09e188c01551270b139fb088cccce5 Mon Sep 17 00:00:00 2001 From: sleepyyapril Date: Wed, 27 Nov 2024 01:21:48 -0400 Subject: [PATCH 2/2] silly me --- .../Entities/Mobs/Player/silicon_base.yml | 29 +++++++++---------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/Player/silicon_base.yml b/Resources/Prototypes/Entities/Mobs/Player/silicon_base.yml index b6792a1a9b3..7a8332b6618 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/silicon_base.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/silicon_base.yml @@ -202,21 +202,20 @@ - type: SurgeryTarget - type: Targeting - type: UserInterface - - type: UserInterface - interfaces: - enum.HumanoidMarkingModifierKey.Key: - type: HumanoidMarkingModifierBoundUserInterface - enum.StrippingUiKey.Key: - type: StrippableBoundUserInterface - enum.InstrumentUiKey.Key: - type: InstrumentBoundUserInterface - requireInputValidation: false - enum.RadialSelectorUiKey.Key: - type: RadialSelectorMenuBUI - enum.ListViewSelectorUiKey.Key: - type: ListViewSelectorBUI - enum.SurgeryUIKey.Key: - type: SurgeryBui + interfaces: + enum.HumanoidMarkingModifierKey.Key: + type: HumanoidMarkingModifierBoundUserInterface + enum.StrippingUiKey.Key: + type: StrippableBoundUserInterface + enum.InstrumentUiKey.Key: + type: InstrumentBoundUserInterface + requireInputValidation: false + enum.RadialSelectorUiKey.Key: + type: RadialSelectorMenuBUI + enum.ListViewSelectorUiKey.Key: + type: ListViewSelectorBUI + enum.SurgeryUIKey.Key: + type: SurgeryBui - type: Emoting - type: Grammar attributes: