Bale Minion Jun 4, 2012 #1 r11076: When looking at items in Hagnk's storage in the item manager, I enabled adv/fill and fill. Those columns are blank for my food and drink.
r11076: When looking at items in Hagnk's storage in the item manager, I enabled adv/fill and fill. Those columns are blank for my food and drink.
roippi Developer Jun 4, 2012 #2 Mine aren't.... soooooo edit: never mind, I was looking at closet. r11077, untested Last edited: Jun 4, 2012
Bale Minion Jun 5, 2012 #3 Tested. This makes it much easier to locate my moon pies and wrecked generators in storage. Thanks! I also just noticed a bug with fill. Spleen items have no fill so adv/fill is +∞.
Tested. This makes it much easier to locate my moon pies and wrecked generators in storage. Thanks! I also just noticed a bug with fill. Spleen items have no fill so adv/fill is +∞.
roippi Developer Jun 5, 2012 #4 Heh. That's a goofy bug that only happens if you don't have "per full" checked over on another panel. r11078 For the record: Code: fill = IntegerPool.get( ItemDatabase.getFullness( CIRresult.getName() ) + ItemDatabase.getInebriety( CIRresult.getName() ) + ItemDatabase.getSpleenHit( CIRresult.getName() ) ); I implemented it smooshed together like this instead of two (now three) separate columns since you already have filters to pare the list down to food/booze/spleen if you want. It's cleaner this way, I prefer it.
Heh. That's a goofy bug that only happens if you don't have "per full" checked over on another panel. r11078 For the record: Code: fill = IntegerPool.get( ItemDatabase.getFullness( CIRresult.getName() ) + ItemDatabase.getInebriety( CIRresult.getName() ) + ItemDatabase.getSpleenHit( CIRresult.getName() ) ); I implemented it smooshed together like this instead of two (now three) separate columns since you already have filters to pare the list down to food/booze/spleen if you want. It's cleaner this way, I prefer it.
Theraze Active member Jun 5, 2012 #5 Does that make drunki-bears look weird? Should it, since it does fill two different categories?
roippi Developer Jun 5, 2012 #6 If you value stomach and liver approximately equivalently, I think it's appropriate. Of course, you can eat them while overdrunk, but w/e
If you value stomach and liver approximately equivalently, I think it's appropriate. Of course, you can eat them while overdrunk, but w/e