mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Tail animation resets when unconscious, changelog
This commit is contained in:
@@ -987,6 +987,7 @@
|
||||
AdjustParalysis(-1)
|
||||
blinded = 1
|
||||
stat = UNCONSCIOUS
|
||||
animate_tail_reset()
|
||||
if(halloss > 0)
|
||||
adjustHalLoss(-3)
|
||||
else if(sleeping)
|
||||
@@ -1001,6 +1002,7 @@
|
||||
sleeping = max(sleeping-1, 0)
|
||||
blinded = 1
|
||||
stat = UNCONSCIOUS
|
||||
animate_tail_reset()
|
||||
if( prob(2) && health && !hal_crit )
|
||||
spawn(0)
|
||||
emote("snore")
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
author: HarpyEagle
|
||||
delete-after: True
|
||||
changes:
|
||||
- rscadd: "Adds tail animations for tajaran and unathi. Animations are controlled using emotes."
|
||||
Reference in New Issue
Block a user