mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-26 00:51:23 +00:00
* Fixes bug where datum AI could double-plan behaviors if they had AI_BEHAVIOR_CAN_PLAN_DURING_EXECUTION (#71756) ## About The Pull Request We didn't check if an action was already queued, which resulted in behaviors being added to the current_behaviors even when they were already planned ## Why It's Good For The Game will prevent issues when this flag is used! ## Changelog no player facing changes. also this is my own bug so pls dont give me GBP XD Co-authored-by: Capybara <Capybara@ CapybaraMailingServices.com> * Fixes bug where datum AI could double-plan behaviors if they had AI_BEHAVIOR_CAN_PLAN_DURING_EXECUTION Co-authored-by: CapybaraExtravagante <110635252+CapybaraExtravagante@users.noreply.github.com> Co-authored-by: Capybara <Capybara@ CapybaraMailingServices.com>