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
Problem description: