stop finding ways to centcom god damnit

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2729 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
quartz235@gmail.com
2011-12-18 04:17:21 +00:00
parent e381b3c3fe
commit b35ef49a09
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ var/list/sacrificed = list()
for(var/obj/effect/rune/R in world)
if(R == src)
continue
if(R.word1 == wordtravel && R.word2 == wordself && R.word3 == key)
if(R.word1 == wordtravel && R.word2 == wordself && R.word3 == key && R.z != 2)
index++
allrunesloc.len = index
allrunesloc[index] = R.loc