Skip to content

Commit

Permalink
Update datajack.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexanx committed Feb 28, 2024
1 parent e1527ac commit b726908
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions infinity/code/game/objects/items/devices/datajack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@
insert_datajack()
return

/obj/item/device/multitool/multimeter/datajack/attack(mob/living/M, mob/living/user, target_zone, animate)
. = ..()
if(M == user)
holder.insert_datajack()
return


/obj/item/device/multitool/multimeter/datajack/Process()
if(!holder)
qdel_self()
Expand Down

0 comments on commit b726908

Please sign in to comment.