From 434434e8c1aecfc462689bfc2524cf28833305f1 Mon Sep 17 00:00:00 2001 From: Erthilo Date: Fri, 11 May 2012 00:29:10 +0100 Subject: [PATCH] Fixes a rogue period in Tajaran examine, also fixes various glasses not working on Tajaran. --- code/WorkInProgress/Cael_Aislinn/Tajara/examine.dm | 2 +- code/modules/mob/living/carbon/human/life.dm | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/code/WorkInProgress/Cael_Aislinn/Tajara/examine.dm b/code/WorkInProgress/Cael_Aislinn/Tajara/examine.dm index e6387d3ba67..ca35d27f8ee 100644 --- a/code/WorkInProgress/Cael_Aislinn/Tajara/examine.dm +++ b/code/WorkInProgress/Cael_Aislinn/Tajara/examine.dm @@ -54,7 +54,7 @@ t_his = "her" t_him = "her" - msg += "\a [src], one of the cat-like Tajarans.!\n" + msg += "\a [src], one of the cat-like Tajarans!\n" //uniform if (src.w_uniform && !skipjumpsuit) diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index 167ec30586e..792b68e56a2 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -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)