Guest User

Untitled

a guest
Apr 26th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. /*******************************************************************************
  2. * Beyond Land ("this program") is free software: you can redistribute it
  3. * and/or modify it under the terms of the GNU General Public License as
  4. * published by the Free Software Foundation, either version 3 of the License,
  5. * or (at your option) any later version.
  6. *
  7. * This program is distributed in the hope that it will be useful,
  8. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. * GNU General Public License for more details.
  11. ******************************************************************************/
  12.  
  13. var
  14. map/map = new
  15.  
  16. map
  17. var
  18. initiated = FALSE
  19. displayAsCircle = FALSE
  20. truncateEmptyLines = FALSE
  21.  
  22. proc
  23. initiate()
  24. for(var/atom/atom in world)
  25. atom.initiate()
  26.  
  27. log("Map instances initiated!")
  28. initiated = TRUE
Add Comment
Please, Sign In to add comment