adds animation flicks to robots (#17381)

This commit is contained in:
Kashargul
2025-03-20 14:49:50 -04:00
committed by GitHub
parent cf15e681fc
commit 6fafd033e3
4 changed files with 27 additions and 0 deletions
+4
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"))