Files
Bubberstation/code/game/objects/items/robot
zxaber c22a9d2193 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.
2020-10-25 22:07:08 -03:00
..