Merge remote-tracking branch 'citadel/master' into mobility_flags
This commit is contained in:
@@ -39,20 +39,20 @@
|
||||
chest.cell = new /obj/item/stock_parts/cell/high/plus(chest)
|
||||
..()
|
||||
|
||||
/obj/item/robot_suit/update_icon()
|
||||
cut_overlays()
|
||||
/obj/item/robot_suit/update_overlays()
|
||||
. = ..()
|
||||
if(l_arm)
|
||||
add_overlay("[l_arm.icon_state]+o")
|
||||
. += "[l_arm.icon_state]+o"
|
||||
if(r_arm)
|
||||
add_overlay("[r_arm.icon_state]+o")
|
||||
. += "[r_arm.icon_state]+o"
|
||||
if(chest)
|
||||
add_overlay("[chest.icon_state]+o")
|
||||
. += "[chest.icon_state]+o"
|
||||
if(l_leg)
|
||||
add_overlay("[l_leg.icon_state]+o")
|
||||
. += "[l_leg.icon_state]+o"
|
||||
if(r_leg)
|
||||
add_overlay("[r_leg.icon_state]+o")
|
||||
. += "[r_leg.icon_state]+o"
|
||||
if(head)
|
||||
add_overlay("[head.icon_state]+o")
|
||||
. += "[head.icon_state]+o"
|
||||
|
||||
/obj/item/robot_suit/proc/check_completion()
|
||||
if(src.l_arm && src.r_arm)
|
||||
|
||||
Reference in New Issue
Block a user