fixes kick direction

This commit is contained in:
Kyep
2018-12-24 12:13:29 +00:00
parent b93daa8c79
commit 72b335f8b0
@@ -44,7 +44,7 @@
var/mob/living/L = target
if(istype(L))
var/rookick_dir = get_dir(L, src)
var/rookick_dir = get_dir(src, L)
var/turf/general_direction = get_edge_target_turf(L, rookick_dir)
L.visible_message("<span class='danger'>[L] is kicked hard!</span>", "<span class='userdanger'>The kangaroo kick sends you flying mate!</span>")
L.throw_at(general_direction, 10, 2)