Skip to content

Commit

Permalink
there we go WOOPS
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Nov 15, 2023
1 parent a8ec8d9 commit 807d426
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
if(momentum >= 5)
for(var/mob/living/carbon/human/hit_human in orange(1, xeno))
shake_camera(hit_human, 4, 2)
INVOKE_ASYNC(xeno_throw_human(hit_human, xeno, get_dir(xeno, hit_human), 1, FALSE))
INVOKE_ASYNC(GLOBAL_PROC, GLOBAL_PROC_REF(xeno_throw_human), hit_human, xeno, get_dir(xeno, hit_human), 1, FALSE)
to_chat(hit_human, SPAN_XENOHIGHDANGER("You fall backwards as [xeno] gives you a glancing blow!"))
hit_human.take_overall_armored_damage(momentum * 4)
hit_human.apply_effect(0.5, WEAKEN)
Expand Down

0 comments on commit 807d426

Please sign in to comment.