From: lzk <124214523+lzk228@users.noreply.github.com> Date: Fri, 15 Nov 2024 21:21:08 +0000 (+0100) Subject: Add succumb action 10 sec delay (#32985) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=089f190266ed309652fb12d3ee8bca261657e406;p=space-station-14.git Add succumb action 10 sec delay (#32985) * Add succumb action 10 sec delay * add somthing * add delay to last words as well --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- diff --git a/Resources/Prototypes/Actions/crit.yml b/Resources/Prototypes/Actions/crit.yml index c5712844bf..aaad27d2b7 100644 --- a/Resources/Prototypes/Actions/crit.yml +++ b/Resources/Prototypes/Actions/crit.yml @@ -12,6 +12,8 @@ sprite: Mobs/Ghosts/ghost_human.rsi state: icon event: !type:CritSuccumbEvent + startDelay: true + useDelay: 10 - type: entity id: ActionCritFakeDeath @@ -41,3 +43,5 @@ sprite: Interface/Actions/actions_crit.rsi state: lastwords event: !type:CritLastWordsEvent + startDelay: true + useDelay: 10