Merge pull request #35356 from DaxDupont/chime

Makes the posibrain play a ping sound on success.
This commit is contained in:
vuonojenmustaturska
2018-02-07 12:41:38 +02:00
committed by CitadelStationBot
parent d6f916f37b
commit 23843241b4
@@ -64,6 +64,7 @@ GLOBAL_VAR(posibrain_notify_cooldown)
return
if(brainmob.client)
visible_message(success_message)
playsound(src, 'sound/machines/ping.ogg', 15, TRUE)
else
visible_message(fail_message)