Merge pull request #11015 from VOREStation/Arokha/lorgblast

Port a big blast door, add to ship
This commit is contained in:
Aronai Sieyes
2021-07-10 19:48:44 -04:00
committed by GitHub
7 changed files with 159 additions and 69 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