From 14dc4aef0e0e8a2ddc7c8b848300d1c8e9522e71 Mon Sep 17 00:00:00 2001 From: Patch Date: Sun, 3 Jul 2016 21:05:30 -0500 Subject: [PATCH] Temporarily removes Teshari lonliness as possible bugfix --- .../modules/mob/living/carbon/human/species/station/seromi.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/station/seromi.dm b/code/modules/mob/living/carbon/human/species/station/seromi.dm index 27541c2773..12e87f9328 100644 --- a/code/modules/mob/living/carbon/human/species/station/seromi.dm +++ b/code/modules/mob/living/carbon/human/species/station/seromi.dm @@ -83,7 +83,7 @@ /datum/unarmed_attack/claws, /datum/unarmed_attack/stomp/weak ) - +/* var/shock_cap = 30 var/hallucination_cap = 25 @@ -110,7 +110,7 @@ H.shock_stage += 1 if(H.shock_stage >= shock_cap && H.hallucination < hallucination_cap) H.hallucination += 2.5 - +*/ /datum/species/teshari/get_vision_flags(var/mob/living/carbon/human/H) if(!(H.sdisabilities & DEAF) && !H.ear_deaf) return SEE_SELF|SEE_MOBS