Fixing a few throw_at calls and modular computer processors Init.

This commit is contained in:
Ghommie
2019-11-04 00:12:41 +01:00
parent 4e8c8ad335
commit dcc81d92b5
5 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -187,7 +187,7 @@
var/mob/living/M = AM
var/throwtarget = get_edge_target_turf(src, boot_dir)
M.Knockdown(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
. = ..()