mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Adjusts animate_tail_once duration
This commit is contained in:
@@ -926,7 +926,7 @@ var/global/list/damage_icon_parts = list()
|
|||||||
|
|
||||||
tail_overlay = set_tail_state(t_state)
|
tail_overlay = set_tail_state(t_state)
|
||||||
if(tail_overlay)
|
if(tail_overlay)
|
||||||
spawn(15)
|
spawn(20)
|
||||||
//check that the animation hasn't changed in the meantime
|
//check that the animation hasn't changed in the meantime
|
||||||
if(overlays_standing[TAIL_LAYER] == tail_overlay && tail_overlay.icon_state == t_state)
|
if(overlays_standing[TAIL_LAYER] == tail_overlay && tail_overlay.icon_state == t_state)
|
||||||
animate_tail_stop()
|
animate_tail_stop()
|
||||||
|
|||||||
Reference in New Issue
Block a user