The door hacker now only pings the user

This commit is contained in:
Yoshax
2016-09-21 17:39:39 +01:00
parent 34cc19cf1e
commit 153199f08e

View File

@@ -62,7 +62,7 @@
if(hack_result && in_hack_mode) if(hack_result && in_hack_mode)
user << "<span class='notice'>Your hacking attempt was succesful!</span>" 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 else
user << "<span class='warning'>Your hacking attempt failed!</span>" user << "<span class='warning'>Your hacking attempt failed!</span>"
return 0 return 0