Skip to content

Commit

Permalink
fixes lurker tail stab over ledges and window frames
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdtalon committed Dec 7, 2023
1 parent 458fc8f commit c9de718
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
xeno.visible_message(SPAN_XENOWARNING("\The [xeno] strikes the window with their tail!"), SPAN_XENOWARNING("You strike the window with your tail!"))
apply_cooldown(cooldown_modifier = 0.5)
return
if(current_structure.density)
if(current_structure.density && !current_structure.throwpass)
to_chat(xeno, SPAN_WARNING("There's something blocking you from striking!"))
return

Expand Down

0 comments on commit c9de718

Please sign in to comment.