Fixes centcom bar runtime. (#45917)

This commit is contained in:
AnturK
2019-08-17 00:39:39 -07:00
committed by Rob Bailey
parent c92e620aa8
commit 694aa90ac0
+1 -1
View File
@@ -187,7 +187,7 @@
var/mob/living/M = AM
var/throwtarget = get_edge_target_turf(src, boot_dir)
M.Paralyze(40)
M.throw_at(throwtarget, 5, 1,src)
M.throw_at(throwtarget, 5, 1)
to_chat(M, "<span class='notice'>No climbing on the bar please.</span>")
else
. = ..()