Advertisement
Guest User

this won't compile

a guest
Feb 6th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. var/list/list = list()
  2. for(atom in shuttle)
  3. list += atom
  4. var/list/copy = list.Copy()
  5. for(var/i = 1; i <= copy.Len; i++)
  6. if(istype(copy[I], atom))
  7. list |= copy[I].contents
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement