Skip to content

Commit

Permalink
do before
Browse files Browse the repository at this point in the history
  • Loading branch information
BaraBarax committed Jan 27, 2024
1 parent 337dec2 commit 78fc06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/mecha/mecha.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@

visible_message("<span class='notice'>\The [user] starts to climb into [src.name]</span>")

if(enter_after(40, user))
if(do_after(user, 40, target))
if(!occupant)
moved_inside(user)
else if(occupant != user)
Expand Down

0 comments on commit 78fc06a

Please sign in to comment.