Skip to content

Commit

Permalink
Update computer.dm (#22673)
Browse files Browse the repository at this point in the history
  • Loading branch information
SapphicOverload authored Oct 5, 2024
1 parent b9a9037 commit 06d4a51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/modular_computers/computers/item/computer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@
/obj/item/modular_computer/CtrlClick()
var/mob/M = usr
if(ishuman(usr) && usr.CanReach(src) && usr.canUseTopic(src))
return attack_self(M)
attack_self(M)
return TRUE
else
return ..()

Expand Down

0 comments on commit 06d4a51

Please sign in to comment.