mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 15:47:04 +01:00
Fix some suit state bugs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user