Skip to content

Commit

Permalink
Cameras
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Apr 14, 2024
1 parent 6622106 commit f8233f7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modular_bandastation/aesthetics/_aesthetics.dme
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
// Blastdoor
#include "blastdoor/code/blastdoor.dm"

// Camera
#include "cameras/code/cameras.dm"

// Extinguisher
#include "extinguisher/code/extinguisher.dm"

Expand Down
5 changes: 5 additions & 0 deletions modular_bandastation/aesthetics/cameras/code/cameras.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/obj/machinery/camera
icon = 'modular_bandastation/aesthetics/cameras/icons/cameras.dmi'

/obj/item/wallframe/camera
icon = 'modular_bandastation/aesthetics/cameras/icons/cameras.dmi'
Binary file not shown.

0 comments on commit f8233f7

Please sign in to comment.