From 059b34050b74e2dc9696dc15c7e00afd1eb4f0a3 Mon Sep 17 00:00:00 2001 From: Poojawa Date: Sat, 3 Feb 2018 06:24:27 -0600 Subject: [PATCH] Removes Stargazers, far too liable to be abused by powergamers --- .../mob/living/carbon/human/species_types/jellypeople.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species_types/jellypeople.dm b/code/modules/mob/living/carbon/human/species_types/jellypeople.dm index 38f692bdb1..7cd6c83ca1 100644 --- a/code/modules/mob/living/carbon/human/species_types/jellypeople.dm +++ b/code/modules/mob/living/carbon/human/species_types/jellypeople.dm @@ -546,7 +546,7 @@ ///////////////////////////////////STARGAZERS////////////////////////////////////////// //Stargazers are the telepathic branch of jellypeople, able to project psychic messages and to link minds with willing participants. - +/* // Yeah no. - Pooj /datum/species/jelly/stargazer name = "Stargazer" id = "stargazer" @@ -715,3 +715,4 @@ else to_chat(H, "You can't seem to link [target]'s mind...") to_chat(target, "The foreign presence leaves your mind.") + */