mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
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:
@@ -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))
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user