mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +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:
@@ -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