var/icon/msrc = new('icon.dmi')
msrc.Insert(anothericon,"icon_state",SOUTH,1,0,1)
for(var/s in icon_states(msrc))
usr << s
sleep(world.tick_lag)
Problem description:
Not sure if a bug or my fault, so I'm just gonna ask here. Can someone please explain to me why this particular code doesn't work? It is simple, straight to the point, being used in a fresh new project.