if(M.course == 1) for(var/obj/Cannon/first/C in world)//inconsistent indendation C.on = 0//inconsistent indentation for(var/area/course1/b in world) b.taken = 0//inconsistent indentation del(src)//it says this line has bad indentation
Go to options and hit show tabs, that will display all of your tabs, but not your spaces. If you don't have any mixed spacing, then just copy the code from your post and replace the buggy stuff.