Skip to content

Commit

Permalink
Update crusher_abilities.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Mar 18, 2024
1 parent f178e42 commit 008e7cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@

shake_camera(hit_human, 4, 2)
if(hit_human.buckled)
hit_human.buckled.unbuckle()//M, TRUE)
hit_human.buckled.unbuckle()
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)
Expand Down

0 comments on commit 008e7cf

Please sign in to comment.