Skip to content

Commit

Permalink
Merge branch 'multitool-locate-apc' of https://github.com/Runian/Terr…
Browse files Browse the repository at this point in the history
…aGov-Marine-Corps into multitool-locate-apc
  • Loading branch information
Runian committed Sep 15, 2024
2 parents fa4dd73 + fba04d8 commit cde007e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/multitool.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
var/obj/machinery/telecomms/buffer // simple machine buffer for device linkage

/obj/item/tool/multitool/attack_self(mob/user)
..()
. = ..()

if(TIMER_COOLDOWN_CHECK(src, COOLDOWN_LOCATE_APC) || !ishuman(user) || user.skills.getRating(SKILL_ENGINEER) < SKILL_ENGINEER_METAL || !user.client)
return
Expand Down

0 comments on commit cde007e

Please sign in to comment.