Skip to content

Commit

Permalink
Update code/game/machinery/camera/camera.dm
Browse files Browse the repository at this point in the history
Co-authored-by: SabreML <[email protected]>
  • Loading branch information
ihatethisengine and SabreML authored Apr 5, 2024
1 parent f147dcf commit 7125db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/camera/camera.dm
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ GLOBAL_LIST_EMPTY_TYPED(all_cameras, /obj/structure/machinery/camera)

/obj/structure/machinery/camera/correspondent
network = list(CAMERA_NET_CORRESPONDENT)
invisibility = 101
invisibility = INVISIBILITY_ABSTRACT
invuln = TRUE
unslashable = TRUE
unacidable = TRUE
Expand Down

0 comments on commit 7125db6

Please sign in to comment.