Not using Weapon anymore.

This commit is contained in:
Zed A. Shaw 2025-06-28 11:53:48 -04:00
parent 57d69015c2
commit 7602fb0b31
5 changed files with 9 additions and 55 deletions

View file

@ -112,7 +112,6 @@ bool Pathing::random_walk(Point &out, bool random,
int cur = $paths[out.y][out.x];
// pick a random start of directions
// BUG: is uniform inclusive of the dir.size()?
int rand_start = Random::uniform<int>(0, dist_size);
// go through all possible directions