mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-15 11:39:18 +00:00
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.