From: Whisper <121047731+QuietlyWhisper@users.noreply.github.com> Date: Tue, 9 Jul 2024 04:14:51 +0000 (-0400) Subject: all toggle light actions have a 1 second use delay (#29833) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=8dde49db9547dabfb2231739393d3dfcf2cc41d4;p=space-station-14.git all toggle light actions have a 1 second use delay (#29833) --- diff --git a/Resources/Prototypes/Actions/types.yml b/Resources/Prototypes/Actions/types.yml index 4b3d75bf92..07d1a622ad 100644 --- a/Resources/Prototypes/Actions/types.yml +++ b/Resources/Prototypes/Actions/types.yml @@ -37,6 +37,7 @@ description: Turn the light on and off. components: - type: InstantAction + useDelay: 1 icon: { sprite: Objects/Tools/flashlight.rsi, state: flashlight } iconOn: { sprite: Objects/Tools/flashlight.rsi, state: flashlight-on } event: !type:ToggleActionEvent