[MIRROR] adds animation flicks to robots (#10489)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-21 00:12:58 -07:00
committed by GitHub
parent f251351e62
commit 4e30b4fe99
4 changed files with 27 additions and 0 deletions

View File

@@ -42,6 +42,10 @@
for(var/decal in RS.sprite_decals)
if(check_state(RS,"-[decal]"))
failed = TRUE
if(LAZYLEN(RS.sprite_animations))
for(var/animation in RS.sprite_animations)
if(check_state(RS,"-[animation]"))
failed = TRUE
// Control panel
if(RS.has_custom_open_sprites)
if(check_state(RS,"-openpanel_nc"))