I'm tired.

This commit is contained in:
Ghommie
2020-04-16 03:55:53 +02:00
parent 586966ea51
commit 3533ceb4ed
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -185,7 +185,8 @@ BLIND // can't see anything
alpha_masks = list(alpha_masks)
for(var/k in alpha_masks)
var/list/L = GLOB.worn_alpha_masks[k]
M.filters += filter(type="alpha", x = L[1], y = L[2], icon = L[3])
if(L)
M.filters += filter(type="alpha", x = L[1], y = L[2], icon = L[3])
. = GLOB.alpha_masked_worn_clothing_icons[index] = M
#else
@@ -845,7 +845,7 @@ GLOBAL_LIST_EMPTY(roundstart_race_names)
if(S.center)
accessory_overlay = center_image(accessory_overlay, S.dimension_x, S.dimension_y)
if(!HAS_TRAIT(H, TRAIT_HUSK))
if(!husk)
if(!forced_colour)
switch(S.color_src)
if(SKINTONE)