From 82f0048dbe9378a016d4381f42f7394d3480c0bd Mon Sep 17 00:00:00 2001 From: Justin Trotter Date: Sun, 30 Oct 2022 02:34:00 -0500 Subject: [PATCH] add delay to curtain open/close to mitigate against spam (#12179) --- .../Prototypes/Entities/Structures/Decoration/curtains.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Decoration/curtains.yml b/Resources/Prototypes/Entities/Structures/Decoration/curtains.yml index cabde9f9df..4bccf3d1a5 100644 --- a/Resources/Prototypes/Entities/Structures/Decoration/curtains.yml +++ b/Resources/Prototypes/Entities/Structures/Decoration/curtains.yml @@ -27,9 +27,9 @@ performCollisionCheck: false bumpOpen: false clickOpen: true - closeTimeOne: 0.1 + closeTimeOne: 0.5 closeTimeTwo: 0.1 - openTimeOne: 0.1 + openTimeOne: 0.5 openTimeTwo: 0.1 openSound: path: /Audio/Effects/curtain_openclose.ogg