mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] fixes code that makes resting borgs show missing sprite error (#10735)
Co-authored-by: Asher 49 <asherdehanna@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
609437fc92
commit
9ab4e3681d
@@ -196,9 +196,15 @@ SUBSYSTEM_DEF(robot_sprites)
|
||||
if(findtext(icon, regex("-disabler")))
|
||||
RS.sprite_flags |= ROBOT_HAS_DISABLER_SPRITE
|
||||
continue
|
||||
if(findtext(icon, regex("-rest-eyes")))
|
||||
RS.has_rest_eyes_sprites = TRUE
|
||||
continue
|
||||
if(findtext(icon, regex("-eyes")))
|
||||
RS.has_eye_sprites = TRUE
|
||||
continue
|
||||
if(findtext(icon, regex("-rest-lights")))
|
||||
RS.has_rest_lights_sprites = TRUE
|
||||
continue
|
||||
if(findtext(icon, regex("-lights")))
|
||||
RS.has_eye_light_sprites = TRUE
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user