Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed Sep 24, 2023
1 parent ab44c0d commit a31a6b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion code/_onclick/click.dm
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
return TRUE

if (mods["ctrl"])
if (Adjacent(user) && user.next_move < world.time)
if (Adjacent(user))
user.start_pulling(src)
return TRUE
return FALSE
Expand Down
2 changes: 0 additions & 2 deletions code/modules/mob/living/carbon/xenomorph/Xenomorph.dm
Original file line number Diff line number Diff line change
Expand Up @@ -759,8 +759,6 @@
return FALSE
var/atom/A = AM.handle_barriers(src)
if(A != AM)
A.attack_alien(src)
xeno_attack_delay(src)
return FALSE
return ..()

Expand Down

0 comments on commit a31a6b9

Please sign in to comment.