From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Sat, 29 Apr 2023 09:02:36 +0000 (+0000) Subject: no more clown satchel + duffel trolling (#15831) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=9c8ffb4575e96d14502c1b7d35869fd04d473fc2;p=space-station-14.git no more clown satchel + duffel trolling (#15831) Co-authored-by: deltanedas <@deltanedas:kde.org> --- diff --git a/Resources/Prototypes/Entities/Clothing/Back/duffel.yml b/Resources/Prototypes/Entities/Clothing/Back/duffel.yml index 8398df50f5..3e9089a15b 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/duffel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/duffel.yml @@ -26,6 +26,9 @@ interfaces: - key: enum.StorageUiKey.Key type: StorageBoundUserInterface + # to prevent bag open/honk spam + - type: UseDelay + delay: 0.5 - type: entity parent: ClothingBackpackDuffel diff --git a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml index 67f43c1f9c..9cb5c22984 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml @@ -23,6 +23,9 @@ interfaces: - key: enum.StorageUiKey.Key type: StorageBoundUserInterface + # to prevent bag open/honk spam + - type: UseDelay + delay: 0.5 - type: entity parent: ClothingBackpackSatchel