Defib update, cell path update

This commit is contained in:
Markolie
2015-02-09 16:12:01 +01:00
parent 1af0b33393
commit 7285f39fc1
82 changed files with 362 additions and 284 deletions
+4 -2
View File
@@ -524,8 +524,10 @@
for(var/obj/item/clothing/accessory/AC in U.accessories)
if(AC.icon_action_button)
to_update += AC
if(I.icon_action_button && (!I in to_update))
to_update += I
continue
if(I.icon_action_button)
to_update += I
continue
for(var/obj/item/I in to_update)
var/obj/screen/item_action/A = new(hud_used)