mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Defib update, cell path update
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user