Disabling sounds on using Camera Bug (#18724)

* Disabling sounds on using Camera Bug

* Update code/game/machinery/computer/camera.dm

Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com>

Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com>
This commit is contained in:
HMBGERDO
2022-08-08 00:10:29 +01:00
committed by GitHub
co-authored by Charlie
parent 3e2c8c19d1
commit fa89a07452
2 changed files with 8 additions and 2 deletions
@@ -16,6 +16,7 @@
name = "invasive camera utility"
desc = "How did this get here?! Please report this as a bug to github"
use_power = NO_POWER_USE
silent_console = TRUE
/obj/item/camera_bug/Initialize(mapload)
. = ..()