From ccad1c04477e028abe6fedc71075d3a64f9ca687 Mon Sep 17 00:00:00 2001 From: UnicornOnLSD Date: Fri, 12 Apr 2024 18:02:56 +0200 Subject: [PATCH 1/2] lower use time on barber scissors --- .../Prototypes/Entities/Objects/Specific/Service/barber.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Service/barber.yml b/Resources/Prototypes/Entities/Objects/Specific/Service/barber.yml index 4a16603541c..e896832e5f2 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Service/barber.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Service/barber.yml @@ -8,10 +8,6 @@ sprite: Objects/Tools/scissors.rsi state: icon - type: MagicMirror - addSlotTime: 20 - removeSlotTime: 20 - selectSlotTime: 20 - changeSlotTime: 20 - type: ActivatableUI key: enum.MagicMirrorUiKey.Key closeOnHandDeselect: true From 8ec1b3084d03b7bd6be177bd460ed27ee97cefd1 Mon Sep 17 00:00:00 2001 From: UnicornOnLSD Date: Fri, 12 Apr 2024 20:44:08 +0200 Subject: [PATCH 2/2] 10 seconds use time --- .../Prototypes/Entities/Objects/Specific/Service/barber.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Service/barber.yml b/Resources/Prototypes/Entities/Objects/Specific/Service/barber.yml index e896832e5f2..2c4d2189414 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Service/barber.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Service/barber.yml @@ -8,6 +8,10 @@ sprite: Objects/Tools/scissors.rsi state: icon - type: MagicMirror + addSlotTime: 10 + removeSlotTime: 10 + selectSlotTime: 10 + changeSlotTime: 10 - type: ActivatableUI key: enum.MagicMirrorUiKey.Key closeOnHandDeselect: true