Skip to content

Commit

Permalink
again and again...
Browse files Browse the repository at this point in the history
  • Loading branch information
L343-CJ authored Oct 30, 2024
1 parent c413b90 commit 06e1296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/medbeam.dm
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@
if(!blocker.density || !(blocker.flags & ON_BORDER))
continue
if(blocker.CanPass(dummy, get_dir(user_turf, next_step)))
qdel(dummy)
continue
qdel(dummy)
return FALSE // Could not leave the first turf.
first_step = FALSE
if(mounted && next_step == user_turf)
Expand Down

0 comments on commit 06e1296

Please sign in to comment.