>>2950839
little tip because i can't stand it anymore
if (somePersonIsFat == false && reactingToWeight == true)

is the same as
if (!somePersonIsFat && reactingToWeight)