Fixing broken fixes. Testing.

This commit is contained in:
Ghommie
2019-11-03 01:19:45 +01:00
parent edfdcce52f
commit 401f21d746
5 changed files with 17 additions and 15 deletions
+2 -2
View File
@@ -120,6 +120,8 @@
..()
/obj/item/bodypart/head/update_icon_dropped()
if(custom_head)
return
var/list/standing = get_limb_icon(1)
if(!standing.len)
icon_state = initial(icon_state)//no overlays found, we default back to initial icon.
@@ -130,8 +132,6 @@
add_overlay(standing)
/obj/item/bodypart/head/get_limb_icon(dropped)
if(custom_head)
return
cut_overlays()
. = ..()
if(dropped) //certain overlays only appear when the limb is being detached from its owner.
+1 -1
View File
@@ -334,7 +334,7 @@
S.adjusted = ALT_STYLE
H.update_inv_wear_suit()
/mob/living/carbon/proc/missing_body_parts_flags()
/mob/living/carbon/proc/get_body_parts_flags()
for(var/X in bodyparts)
var/obj/item/bodypart/L = X
switch(L.body_part)