Skip to content

Commit

Permalink
Update code/game/objects/items/multitool.dm
Browse files Browse the repository at this point in the history
Co-authored-by: TiviPlus <[email protected]>
  • Loading branch information
Runian and TiviPlus committed Sep 15, 2024
1 parent c243dbd commit fba04d8
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 fba04d8

Please sign in to comment.