Fix some suit state bugs

This commit is contained in:
Aronai Sieyes
2021-07-10 18:54:51 -04:00
parent 7ac9f206b4
commit 94dccff76c
3 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -843,9 +843,9 @@ modules/mob/living/carbon/human/life.dm if you die, you will be zoomed out.
return icon_override
//2: species-specific sprite sheets (skipped for inhands)
if(LAZYLEN(sprite_sheets))
if(LAZYLEN(sprite_sheets) && !inhands)
var/sheet = sprite_sheets[body_type]
if(sheet && !inhands)
if(sheet)
return sheet
//3: slot-specific sprite sheets