[crossfire] Empty bottles bug

2005-10-08 Thread Nicolas Weeger
Hello. Investigating why empty bottles behve weirdly, here are some oddnesses: * the insertion of the empty bottle in the bottle sometimes fails. Empty tries to be inserted in creator's (bootle) map which is NULL for some reason. * merge_ob doesn't correctly free the item's inventory. Thus when

Re: [crossfire] Empty bottles bug

2005-10-08 Thread Mark Wedel
My personal thought is that using soemthing like other_arch (or if needed, a new field like other_arch) is probably the better way to go. This simplifies a lot of the work (problems you describe). Using the inventory to me seems like an odd way to handle this. I'm sure at some point we