Skip to content

Commit

Permalink
Bomb test chamber for donut 3 (#16114)
Browse files Browse the repository at this point in the history
  • Loading branch information
CheffieGithub committed Nov 15, 2023
1 parent d7cefb6 commit c181f5f
Show file tree
Hide file tree
Showing 2 changed files with 1,412 additions and 561 deletions.
4 changes: 4 additions & 0 deletions code/obj/machinery/camera.dm
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@
reinforced = TRUE
var/securedstate = 2

/obj/machinery/camera/television/auto
name = "autoname"
c_tag = "autotag"

/obj/machinery/camera/television/attackby(obj/item/W, mob/user)
..()
if (isscrewingtool(W)) //to move them
Expand Down

0 comments on commit c181f5f

Please sign in to comment.