-Added a "landmarks_list"; the game will now check for landmarks in the list instead of the world.

-Did some optimizing to AI freelook.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4670 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2012-09-09 22:27:06 +00:00
parent e01bf78933
commit 384b2717b0
19 changed files with 54 additions and 36 deletions
+5
View File
@@ -69,8 +69,13 @@
xeno_spawn += loc
del(src)
landmarks_list += src
return 1
/obj/effect/landmark/Del()
landmarks_list -= src
..()
/obj/effect/landmark/start
name = "start"
icon = 'icons/mob/screen1.dmi'