mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-26 17:41:05 +00:00
* Fixes AI upgrades not being applied correctly (#54589) Fixes AI upgrades not applying: due to the item's afterattack() proc never being called due to the attack chain ending early due to the AI's attackby() proc returning true Anyway, easiest way to fix it was to change the item to use pre_attack() instead. * Fixes AI upgrades not being applied correctly Co-authored-by: zxaber <37497534+zxaber@users.noreply.github.com>