Skip to content

Commit

Permalink
overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNest committed Nov 18, 2023
1 parent fd5bfa9 commit 8286547
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packs/infinity/items/traitor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@
/obj/item/device/syndiejaunter/on_update_icon()
. = ..()
if(usable)
cached_usable = istype(cached_usable, /image) ? cached_usable : image(icon, "usable")
overlays += cached_usable
AddOverlays(image(icon, "usable"))
else
ClearOverlays()

Expand Down

0 comments on commit 8286547

Please sign in to comment.