Massive Ambience and Sound Overhaul + Addition, Squashed Commit Edition

This commit is contained in:
Rykka
2020-08-21 06:53:05 -04:00
parent 96be4caa6f
commit 0c7a7fd2b8
370 changed files with 704 additions and 74 deletions

View File

@@ -99,7 +99,7 @@
if (href_list["scan"])
var/obj/effect/overmap/O = locate(href_list["scan"])
if(istype(O) && !QDELETED(O) && (O in view(7,linked)))
playsound(src, "sound/machines/dotprinter.ogg", 30, 1)
playsound(src, "sound/machines/printer.ogg", 30, 1)
new/obj/item/weapon/paper/(get_turf(src), O.get_scan_data(user), "paper (Sensor Scan - [O])")
return TOPIC_HANDLED