Skip to content

Commit

Permalink
extra space cringe
Browse files Browse the repository at this point in the history
  • Loading branch information
Runian committed Sep 13, 2024
1 parent 4d2829d commit c243dbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/game/objects/items/multitool.dm
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
TIMER_COOLDOWN_START(src, COOLDOWN_LOCATE_APC, 1.5 SECONDS)
addtimer(CALLBACK(src, PROC_REF(remove_apc_highlight), user.client, final_image), 1.4 SECONDS)


/obj/item/tool/multitool/proc/remove_apc_highlight(client/user_client, image/highlight_image)
if(!user_client)
return
Expand Down

0 comments on commit c243dbd

Please sign in to comment.