mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
[MIRROR] adds animation flicks to robots (#10489)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f251351e62
commit
4e30b4fe99
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user