Adds a sound file played on pinging the posibrain. (#5603)

* Adds sound file posiping.ogg

* Adds proc call to play posiping on ping

* reduced volume a bit

* Checking the mark helps...
This commit is contained in:
Ataman
2016-09-03 13:23:12 -04:00
committed by Fox McCloud
parent a235462038
commit d6cb3e4e0b
2 changed files with 1 additions and 0 deletions
@@ -198,6 +198,7 @@
return // No point pinging a posibrain with a player already inside
if(check_observer(O) && (world.time >= next_ping_at))
next_ping_at = world.time + (20 SECONDS)
playsound(get_turf(src), 'sound/items/posiping.ogg', 80, 0)
var/turf/T = get_turf_or_move(src.loc)
for(var/mob/M in viewers(T))
M.show_message("\blue The positronic brain pings softly.")