Skip to content

Commit

Permalink
Fixes bee/Move() signature (vgstation-coders#35205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Exxion authored Oct 19, 2023
1 parent 7bc242d commit 64641ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/simple_animal/bees/bees_mob.dm
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ var/bee_mobs_count = 0

var/single_direction = TRUE

/mob/living/simple_animal/bee/Move()
/mob/living/simple_animal/bee/Move(NewLoc, Dir = 0, step_x = 0, step_y = 0, glide_size_override = 0)
..()
if (single_direction)
dir = SOUTH
Expand Down

0 comments on commit 64641ae

Please sign in to comment.