Skip to content

Commit

Permalink
autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Runian committed Sep 15, 2024
1 parent c243dbd commit fa4dd73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/multitool.dm
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
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)

/// Removes the highlight from the APC.
/obj/item/tool/multitool/proc/remove_apc_highlight(client/user_client, image/highlight_image)
if(!user_client)
return
Expand Down

0 comments on commit fa4dd73

Please sign in to comment.