Theraze
Active member
Okay, I'll need to look into the spleen issue when I hit pulverize levels. Nothing that SHOULD cause that, but I'll go to crazy logging levels when I have spleen items available... It's possible that the shop-price fix is causing it to remove items when it fails to consume them instead of just bumping up the price, but that should fail with a message if verbose is on, as per the following added code (put both into the chocolate consumption and normal consumption sections):
The 'overconsumption' issue is that if I can make 3 painful penne pastas (3 worthless items, 3+ noodles) and have the appetite to eat 4, EatDrink will try to craft a 4th despite the fact that it's impossible and it knew it when it calculated the "have" for pastas. The "own:" part of the consumption... if you look, it actually goes down in the log above, but doesn't in a normal one. Though it goes down differently on the first consumption and the others... *blinks* Well, I'll be staring at this some more tonight. I THINK I have a character with pulverize permed... if I can just remember who... Heh. On my way to perm it with another now, but they aren't at sufficient level yet.
Edit: Yeah... new seal clubber is level 10 w/o pulverize, Theraze has pulverize but no gear that actually smashes to wads. Looks like it's going to be a day or two before I can test pulverize/spleen, unless I manage to finish getting some smashable stuff for Theraze or someone gets to ascension levels.
Code:
if (oldprice == grub[to_consume].price) {
verbose(grub[to_consume].it+" cannot currently be consumed. Skipping.");
remove grub[to_consume];
}
The 'overconsumption' issue is that if I can make 3 painful penne pastas (3 worthless items, 3+ noodles) and have the appetite to eat 4, EatDrink will try to craft a 4th despite the fact that it's impossible and it knew it when it calculated the "have" for pastas. The "own:" part of the consumption... if you look, it actually goes down in the log above, but doesn't in a normal one. Though it goes down differently on the first consumption and the others... *blinks* Well, I'll be staring at this some more tonight. I THINK I have a character with pulverize permed... if I can just remember who... Heh. On my way to perm it with another now, but they aren't at sufficient level yet.
Edit: Yeah... new seal clubber is level 10 w/o pulverize, Theraze has pulverize but no gear that actually smashes to wads. Looks like it's going to be a day or two before I can test pulverize/spleen, unless I manage to finish getting some smashable stuff for Theraze or someone gets to ascension levels.
Last edited: