mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
The door hacker now only pings the user
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user