Jump to content

Recommended Posts

Posted

[42.5.1]
[Singleplayer]
[no mods]

[new and old saves]

1. Cook any Stew

2. Eat half

3. Divide into 2 bowls

The full value of the Stew is divided to the bowls, ignoring that you just ate half of it effectively duplicanting the contents of the cooking pot. Sorry for no pictures

Posted

This bug was in B41 as well, I think it only impacts on the hunger value & not the actual calories.

 

Line 409 of recipecode.lua

result:setHungChange(item:getBaseHunger() / 2);

 

Should be:
result:setHungChange(item:getHungChange() / 2);

 

(Line 339, which is the code for splitting into 4 bowls works correctly)


(Untested)
 

B41 bug report:

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...