Fixes and a few tweaks to Obscure, Seer, and Reveal runes.

Signed-off-by: Furlucis <Logman115@gmail.com>
This commit is contained in:
Furlucis
2013-05-31 19:42:27 -04:00
parent f36da1e83c
commit 0f9a1fe71c
2 changed files with 14 additions and 7 deletions

View File

@@ -1121,7 +1121,7 @@
see_in_dark = 8
if(!druggy) see_invisible = SEE_INVISIBLE_LEVEL_TWO
if(seer)
if(seer==1)
var/obj/effect/rune/R = locate() in loc
if(R && R.word1 == cultwords["see"] && R.word2 == cultwords["hell"] && R.word3 == cultwords["join"])
see_invisible = SEE_INVISIBLE_OBSERVER
@@ -1185,7 +1185,7 @@
see_invisible = SEE_INVISIBLE_LIVING
else
see_invisible = SEE_INVISIBLE_LIVING
else
else if(!seer)
see_invisible = SEE_INVISIBLE_LIVING
if(healths)