Celdur

Members
  • Content Count

    8
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Celdur

  • Rank
    Settler

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Not sure if this is present in WO as well or not, but in the WU code for creating salt it can generate more than one salt. All the additional salts are missing the extra function calls that the first item are put through. This makes it so that the first salt ground from a rock salt has a higher complexity than the other salts created and thus imparts a longer affinity timer to food. Simply adding a call to calculateAndSaveNutrition for the additional salt gives the additional salts the same properties as the first one. I am not sure if the bug is that the first salt gets the added complexity, or if it's that the additional ones lack it - salt mined directly without processing from rock salt also lacks the complexity.