mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-29 19:42:42 +00:00
Get rid of the copyrighted dradis sound (#17181)
* Get rid of the copyrighted dradis sound * Fix lint * Why are machines nested in computers? I don't know but they are.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
var/contact_details = null
|
||||
var/contact_name = null
|
||||
|
||||
var/working_sound = 'sound/machines/sensors/ping.ogg'
|
||||
var/working_sound = 'sound/machines/sensors/sensorloop.ogg'
|
||||
var/datum/sound_token/sound_token
|
||||
var/sound_id
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
/obj/machinery/computer/ship/sensors/cockpit
|
||||
density = 0
|
||||
icon = 'icons/obj/cockpit_console.dmi'
|
||||
working_sound = 'sound/machines/sensors/ping.ogg'
|
||||
icon_state = "left_wide"
|
||||
icon_screen = "sensors"
|
||||
icon_keyboard = null
|
||||
|
||||
Reference in New Issue
Block a user