Anonymous
10/18/2025, 2:29:54 PM
No.2951492
>>2950839
little tip because i can't stand it anymore
if (somePersonIsFat == false && reactingToWeight == true)
is the same as
if (!somePersonIsFat && reactingToWeight)
little tip because i can't stand it anymore
if (somePersonIsFat == false && reactingToWeight == true)
is the same as
if (!somePersonIsFat && reactingToWeight)