Donkie / tgstation

/tg/'s SS13 branch
http://www.tgstation13.org/
GNU Affero General Public License v3.0
0 stars 0 forks source link

/obj/effect/particle_effect/foam/process() is messed up #13

Open Donkie opened 4 years ago

Donkie commented 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?