Skip to content

Commit

Permalink
feature: clean up tp area better to avoid being ganked on return
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfvsilva committed Feb 21, 2025
1 parent a06c822 commit a2793a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/action/tp_actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func ReturnTown() error {
return errors.New("portal not found")
}

if err = ClearAreaAroundPosition(portal.Position, 8, data.MonsterAnyFilter()); err != nil {
if err = ClearAreaAroundPosition(portal.Position, 15, data.MonsterAnyFilter()); err != nil {
ctx.Logger.Warn("Error clearing area around portal", "error", err)
}

Expand Down

0 comments on commit a2793a5

Please sign in to comment.