Just started experimenting with the Borg and I've noticed it gets stuck on illegal object choices, generally when trying to ID or enchant equipment that it is wearing.
e.g.
It looks like it is hitting an unnecessary '/' to look at equipment when it appears Angband 3.4.1 defaults to looking at equipment if there's nothing available in inventory.
It'll eventually get out of those loop -- it'll get hungry and do other things and get something in the inventory that will let '/' work as it expects -- but it is wasting a ton of cycles on this.
An unrelated error I've run into is the borg will try to sell something unsellable to a shop (e.g. a Ring of the Dog (-2)) -- it will be confused why it can't sell it and loop endlessly.
e.g.
Code:
# Identifying Rounded Pebbles (1d2) (magical). & Key </> (0x2F) & Key <q> (0x71) & Key <0xE000> Illegal object choice (normal)!
It'll eventually get out of those loop -- it'll get hungry and do other things and get something in the inventory that will let '/' work as it expects -- but it is wasting a ton of cycles on this.
An unrelated error I've run into is the borg will try to sell something unsellable to a shop (e.g. a Ring of the Dog (-2)) -- it will be confused why it can't sell it and loop endlessly.
Comment