mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 22:28:44 +01:00
Alter playsound paradigm
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user