colinswrath / Survival-Mode-Improved-SKSE

SKSE implementation of Survival Mode
GNU General Public License v3.0
14 stars 8 forks source link

Hunger Racial Bonuses #6

Closed CordialCupid closed 2 years ago

CordialCupid commented 2 years ago

Added racial bonus mult code to need base, added override code to hunger class to set racial bonus for hunger.

CordialCupid commented 2 years ago

Wasn't sure what to do about the missing argument in the IncrementNeed() function once the racial bonus parameter was added to GetNeedIncrementAmount. 95% sure this isn't right though.