From df92f0f1f6b188cf2ffc80f0e760706442e0080a Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Sun, 31 Dec 2023 21:42:03 +0100 Subject: [PATCH] Fix barber scissors prototype You'd expect this to fail a test or something, but oh well Signed-off-by: Debug <49997488+DebugOk@users.noreply.github.com> --- .../Entities/Objects/Specific/Service/barber.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Service/barber.yml b/Resources/Prototypes/Entities/Objects/Specific/Service/barber.yml index 83be1354781..3f47ad6916b 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Service/barber.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Service/barber.yml @@ -8,10 +8,10 @@ sprite: Objects/Tools/scissors.rsi state: icon - type: MagicMirror - AddSlotTime: 20 - RemoveSlotTime: 20 - SelectSlotTime: 20 - ChangeSlotTime: 20 + addSlotTime: 20 + removeSlotTime: 20 + selectSlotTime: 20 + changeSlotTime: 20 - type: ActivatableUI key: enum.MagicMirrorUiKey.Key closeOnHandDeselect: true