Fixes some sounds

This commit is contained in:
ZomgPonies
2014-01-16 05:23:32 -05:00
parent 90909b304a
commit 031f67110b
29 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
for(var/turf/T in targets)
if(T.density && !summon_ignore_density)
targets -= T
playsound(src.loc, 'sound/items/welder.ogg', 50, 1)
playsound(get_turf(src), 'sound/items/welder.ogg', 50, 1)
if(do_after(usr,delay))
for(var/i=0,i<summon_amt,i++)