Files
Bubberstation/code/modules
SkyratBot 27f070aafd [MIRROR] Fixes CI failure from AttackingTarget not passing the attacked_target in its args [MDB IGNORE] (#24402)
* Fixes CI failure from AttackingTarget not passing the attacked_target in its args (#79037)

## About The Pull Request

CI started spamming with runtimes.

![image](https://github.com/tgstation/tgstation/assets/13398309/507f7e1f-e6a3-4e3e-b0bd-9539929a819d)

`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>
2023-10-17 16:34:58 -07:00
..