Fixes weird limb updating bug where once a limb became no_update it could never properly update again

This commit is contained in:
Incoming
2016-09-26 00:48:32 -04:00
parent acf397ef76
commit 418d45fa9d
3 changed files with 13 additions and 11 deletions
@@ -213,8 +213,7 @@
for(var/X in bodyparts)
var/obj/item/bodypart/BP = X
if(!BP.no_update)
BP.update_limb()
BP.update_limb()
//LOAD ICONS
if(limb_icon_cache[icon_render_key])