gpt4thewin / Smarter.food.selection

RimWorld game mod
6 stars 8 forks source link

A few bug fixes #27

Closed cjbehan closed 6 years ago

cjbehan commented 6 years ago

Fixed a bug causing caravans to sometimes starve themselves Fixed a bug causing visitors to eat the colonies food

gpt4thewin commented 6 years ago

Hello. Thank you very much for your interest in this mod. I will look at your changes and publish them when I have time.

gpt4thewin commented 6 years ago

I don't see any changes in the last chunk of source/FoodScore/FoodScoreUtils.cs but the indentation. Should I discard this change ?

cjbehan commented 6 years ago

The November 8th commit and the one last night should be the only 2 that you need to keep. The others are left over from my last pull request back in October that somehow didn't resolve on my side of Git. I had gotten into a small fight with Git trying to get my fork up to date with yours and somehow it left those commits in even though they had no changes

I'm not sure what caused all the indentation, but there is a change to the logic on line 57. I had to add !isColonist() to allow visitors to eat the food they bring with them.