Merge pull request #2518 from Yoshax/hacktool

door hacker now only pings the user
This commit is contained in:
Anewbe
2016-09-21 16:40:05 -05:00
committed by GitHub
+1 -1
View File
@@ -62,7 +62,7 @@
if(hack_result && in_hack_mode)
user << "<span class='notice'>Your hacking attempt was succesful!</span>"
playsound(src.loc, 'sound/piano/A#6.ogg', 75)
user.playsound_local(get_turf(src), 'sound/piano/A#6.ogg', 50)
else
user << "<span class='warning'>Your hacking attempt failed!</span>"
return 0