TG: Fix for Issue 276 . Pregame music stops playing for AIs. r2893

This commit is contained in:
Ren Erthilo
2012-03-27 03:52:19 +01:00
parent c414c0444a
commit 06394fe66b

View File

@@ -53,6 +53,9 @@
return
for(var/name in organs)
del(organs[name])
if(client)
src << sound(null, repeat = 0, wait = 0, volume = 85, channel = 1) // stop the jams for AIs
return ..()
/mob/living/carbon/AIize()