Fixes some sounds

This commit is contained in:
ZomgPonies
2014-01-16 05:23:18 -05:00
parent 90909b304a
commit 031f67110b
29 changed files with 42 additions and 42 deletions

View File

@@ -33,7 +33,7 @@
update_icon()
if(health <= 0)
playsound(src.loc, 'sound/effects/splat.ogg', 50, 1)
playsound(get_turf(src), 'sound/effects/splat.ogg', 50, 1)
Delete()
return
return

View File

@@ -10,7 +10,7 @@
update_icon()
if(health <= 0)
playsound(src.loc, 'sound/effects/splat.ogg', 50, 1)
playsound(get_turf(src), 'sound/effects/splat.ogg', 50, 1)
Delete()
return
return

View File

@@ -27,7 +27,7 @@
update_icon()
if(health <= 0)
playsound(src.loc, 'sound/effects/splat.ogg', 50, 1)
playsound(get_turf(src), 'sound/effects/splat.ogg', 50, 1)
Delete()
return
return

View File

@@ -9,7 +9,7 @@
update_icon()
if(health <= 0)
playsound(src.loc, 'sound/effects/splat.ogg', 50, 1)
playsound(get_turf(src), 'sound/effects/splat.ogg', 50, 1)
Delete()
return
return

View File

@@ -10,7 +10,7 @@
update_icon()
if(health <= 0)
playsound(src.loc, 'sound/effects/splat.ogg', 50, 1)
playsound(get_turf(src), 'sound/effects/splat.ogg', 50, 1)
Delete()
return
return