Skip to content

Commit

Permalink
chore: set no spline
Browse files Browse the repository at this point in the history
  • Loading branch information
pikdum committed Sep 13, 2024
1 parent add0120 commit 0ca5e03
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/game/mob.ex
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ defmodule ThistleTea.Mob do
packed_guid = state.packed_guid

move_type = 0
spline_id = random_int(1, 10_000_000)
spline_flags = 0
spline_id = 0
# NO_SPLINE
spline_flags = 0x400
spline_count = 1

# TODO: figure out how to do multiple spline points
Expand Down

0 comments on commit 0ca5e03

Please sign in to comment.