This commit is contained in:
SandPoot
2021-01-19 23:31:26 -03:00
parent 0d1a6c73fc
commit 662575b65d
3 changed files with 3 additions and 2 deletions
@@ -214,7 +214,7 @@
dest = target
flick("pad-beam", telepad)
playsound(telepad.loc, 'sound/weapons/emitter2.ogg', 25, 1, extrarange = 3, falloff = 5)
playsound(telepad.loc, 'sound/weapons/emitter2.ogg', 25, 1, extrarange = 3, falloff_exponent = 5)
for(var/atom/movable/ROI in source)
// if is anchored, don't let through
if(ROI.anchored)