Skip to content

Commit

Permalink
the fucking slash fallcon
Browse files Browse the repository at this point in the history
  • Loading branch information
Zevotech committed Jun 15, 2024
1 parent 94dabe6 commit 18e909b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/computer/camera.dm
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
return D

/obj/machinery/computer/security/attackby(obj/item/I, mob/user, params)
if(istype(I, obj/item/bodycam))
if(istype(I, /obj/item/bodycam))
var/obj/item/bodycam/bodycam = I
bodycam.cameranetwork = network
user.balloon_alert(user, "body camera linked to network.")
Expand Down

0 comments on commit 18e909b

Please sign in to comment.