>>45854920>I can almost feel the bug that 100x's a population when there's a percentage->float conversionOh Im not going to store them like that, I'm gonna move the decimals over so I can just do flat multiplications to get the right number. For a fact I'll forget and fuck it up down the line otherwise
>difference between Happiness' Decimal type and the Float typesI actually had to check this today. Decimal lets you lock the number at a specific amount of decimal places. Float just works as a normal float.