Bluberry-Kat / Gumobtainium

Gelatinous Goodies and Other Jellied Joys
MIT License
3 stars 1 forks source link

Fix Gelatin and Gumobtanium Hunger/Saturation values #2

Closed murapix closed 5 years ago

murapix commented 5 years ago

Saturation is a multiplier on Hunger, not a separate value. As such, Gelatin is giving 90 saturation, which I assume should actually be 10, while Gumobtanium is giving no hunger or saturation (0 * 20 = 0), while it should be filling up the saturation bar. I simply divided the Gelatin saturation by 9 and gave Gumobtanium the smallest Hunger value that would allow it to fill your Saturation.

Bluberry-Kat commented 5 years ago

oh, hey! i had this fixed in dev but i never pushed it. this is slightly more thorough, though, so i'm merging it.