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)