Alter playsound paradigm

This commit is contained in:
Aronai Sieyes
2020-05-18 23:42:15 -04:00
parent 3cf33431f1
commit 09074eaabb
398 changed files with 1046 additions and 1046 deletions
@@ -25,7 +25,7 @@ How they spawn stuff is decided by behaviour vars, which are explained below
cast_sound = 'sound/items/welder.ogg'
/spell/aoe_turf/conjure/cast(list/targets, mob/user)
playsound(get_turf(user), cast_sound, 50, 1)
playsound(user, cast_sound, 50, 1)
for(var/i=1,i <= summon_amt,i++)
if(!targets.len)