Open Donkie opened 4 years ago
wtf is if(lifetime % reagent_divisor) shouldn't that be if(lifetime % reagent_divisor == 0)? What is this code even trying to do, split the exposing up during the lifetime?
if(lifetime % reagent_divisor)
if(lifetime % reagent_divisor == 0)
wtf is
if(lifetime % reagent_divisor)
shouldn't that beif(lifetime % reagent_divisor == 0)
? What is this code even trying to do, split the exposing up during the lifetime?