mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
fixes kick direction
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user