Adds Various Sounds, Looping Sound System

This commit is contained in:
Anewbe
2019-03-27 03:55:21 -04:00
committed by Novacat
parent 7a13562736
commit 09b01407e3
133 changed files with 1313 additions and 206 deletions
+1 -1
View File
@@ -166,7 +166,7 @@
// Use sparingly
/world/proc/PushUsr(mob/M, datum/callback/CB)
var/temp = usr
testing("PushUsr() in use")
// testing("PushUsr() in use")
usr = M
. = CB.Invoke()
usr = temp