]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add succumb action 10 sec delay (#32985)
authorlzk <124214523+lzk228@users.noreply.github.com>
Fri, 15 Nov 2024 21:21:08 +0000 (22:21 +0100)
committerGitHub <noreply@github.com>
Fri, 15 Nov 2024 21:21:08 +0000 (22:21 +0100)
* 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>
Resources/Prototypes/Actions/crit.yml

index c5712844bf476f11121b22be87c558ef87fcdde8..aaad27d2b7d1a6715541eaab016b18d46a15dbbf 100644 (file)
@@ -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