Instrument Update (#18483)

* Instrument Update

* View fix

* fix lint warnings

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
Selis
2025-09-14 21:19:09 +02:00
committed by GitHub
co-authored by Kashargul
parent 03a62ae3a2
commit 73a79b3a6f
906 changed files with 1140 additions and 547 deletions
+1 -1
View File
@@ -119,7 +119,7 @@
if(hack_result && in_hack_mode)
to_chat(user, span_notice("Your hacking attempt was succesful!"))
user.playsound_local(get_turf(src), 'sound/instruments/piano/An6.ogg', 50)
user.playsound_local(get_turf(src), 'sound/runtime/instruments/piano/An6.ogg', 50)
else
to_chat(user, span_warning("Your hacking attempt failed!"))
return 0