Skip to content

Commit

Permalink
Update code/game/mecha/mecha.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Filatelele <[email protected]>
  • Loading branch information
BaraBarax and Filatelele authored Jan 29, 2024
1 parent 28a7f58 commit 99ceffd
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 @@ -408,7 +408,7 @@
var/old_dir = dir
if(hasInternalDamage(MECHA_INT_CONTROL_LOST))
move_result = mechsteprand()
else if(src.dir != direction && !strafe)
else if(dir != direction && !strafe)
move_result = mechturn(direction)
else
move_result = mechstep(direction, old_dir)
Expand Down

0 comments on commit 99ceffd

Please sign in to comment.