mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-20 07:02:30 +00:00
TG: Fix for Issue 276 . Pregame music stops playing for AIs. r2893
This commit is contained in:
@@ -53,6 +53,9 @@
|
|||||||
return
|
return
|
||||||
for(var/name in organs)
|
for(var/name in organs)
|
||||||
del(organs[name])
|
del(organs[name])
|
||||||
|
|
||||||
|
if(client)
|
||||||
|
src << sound(null, repeat = 0, wait = 0, volume = 85, channel = 1) // stop the jams for AIs
|
||||||
return ..()
|
return ..()
|
||||||
|
|
||||||
/mob/living/carbon/AIize()
|
/mob/living/carbon/AIize()
|
||||||
|
|||||||
Reference in New Issue
Block a user