Merge pull request #1019 from Erthilo/master

Fixes a rogue period in Tajaran examine, also fixes various glasses not working on Tajaran.
This commit is contained in:
Albert Iordache
2012-05-10 18:39:08 -07:00
2 changed files with 1 additions and 6 deletions
@@ -54,7 +54,7 @@
t_his = "her"
t_him = "her"
msg += "<EM>\a [src], one of the cat-like Tajarans.</EM>!\n"
msg += "<EM>\a [src], one of the cat-like Tajarans</EM>!\n"
//uniform
if (src.w_uniform && !skipjumpsuit)
@@ -1086,11 +1086,6 @@
if(!druggy)
see_invisible = 2
else if (type == /mob/living/carbon/human/tajaran)
// sight |= SEE_MOBS
// sight |= SEE_OBJS
see_in_dark = 8
else if (seer)
var/obj/effect/rune/R = locate() in loc
if (istype(R) && R.word1 == wordsee && R.word2 == wordhell && R.word3 == wordjoin)