mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-06 14:29:17 +00:00
* Fixes CI failure from AttackingTarget not passing the attacked_target in its args (#79037) ## About The Pull Request CI started spamming with runtimes.  `AttackingTarget()` wasn't passing the `target` as an arg. Fixes that. Also added the arg in a bunch of its overrides because they were not there. I know we're phasing out simple mobs but in the meantime broken things bad. ## Why It's Good For The Game Fixes bug ## Changelog 🆑 fix: fixed runtime caused by simple mobs AttackingTarget() missing an arg /🆑 * Fixes CI failure from AttackingTarget not passing the attacked_target in its args --------- Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>