for(var/turf/Walker_Spot1/k in world)
new/mob/Walkers/Bat(k.loc)
for(var/turf/Walker_Spot2/g in world)
new/mob/Walkers/Wolf(g.loc)
for(var/turf/Little1/l in world)
new/mob/NPC/Little_Kid(l.loc)
for(var/turf/Average1/v in world)
new/mob/NPC/Average_Kid(v.loc)
for(var/turf/Teen1/x in world)
new/mob/NPC/Teenager(x.loc)
for(var/turf/Ghost1/z in world)
new/mob/Ghost(z.loc)
Problem description:
This code is set in the login. Whenever the host logs in, nothing comes out... There are no new mobs. It is not indentation, that is for sure. Could you please tell me what is wrong?
O-matic