mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-02 13:02:38 +00:00
* Ai interact uses is_valid_z_level helper (#69759) * Makes AI can_interact_with use the valid z level helper * Makes AI's ``can_interact_with`` proc use ``is_valid_z_level`` instead helper instead of manually doing it. * Minor code improvement while im here 👍 * Ai interact uses is_valid_z_level helper Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>