Fixed rune 7.

Fixed examine on runes.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@268 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uporotiy
2010-10-12 19:34:57 +00:00
parent 251155ec29
commit 4f01bd3500
2 changed files with 3 additions and 6 deletions
+2 -5
View File
@@ -48,13 +48,10 @@ var/worddestr = null
// blood join Hell - Raise dead
examine()
set src in usr
if(!cultists.Find(usr))
src.desc = text("A strange collection of symbols drawn in blood.")
usr << "A strange collection of symbols drawn in blood."
else
src.desc = "A spell circle drawn in blood. It reads: <i>[word1] [word2] [word3]</i>."
..()
return
usr << "A spell circle drawn in blood. It reads: <i>[word1] [word2] [word3]</i>."
attackby(I as obj, user as mob)
if(istype(I, /obj/item/weapon/tome) && cultists.Find(user))
+1 -1
View File
@@ -706,7 +706,7 @@
src.see_in_dark = 2
var/seer = 0
for(var/obj/rune/R in world)
if(src.loc==R.loc && R.word1=="nahlizet" && R.word2=="certum" && R.word3=="jatkaa")
if(src.loc==R.loc && R.word1==wordsee && R.word2==wordhell && R.word3==wordjoin)
seer = 1
if(!seer)
src.see_invisible = 0