From 729442439796edefc89a8502b536a9fa42cbb306 Mon Sep 17 00:00:00 2001 From: Poojawa Date: Sat, 3 Feb 2018 09:03:16 -0600 Subject: [PATCH] Makes Stargazers admin only --- .../mob/living/carbon/human/species_types/jellypeople.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 7cd6c83ca1..120a19c86b 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,8 @@ ///////////////////////////////////STARGAZERS////////////////////////////////////////// //Stargazers are the telepathic branch of jellypeople, able to project psychic messages and to link minds with willing participants. -/* // Yeah no. - Pooj +//Admin spawn only + /datum/species/jelly/stargazer name = "Stargazer" id = "stargazer" @@ -715,4 +716,3 @@ else to_chat(H, "You can't seem to link [target]'s mind...") to_chat(target, "The foreign presence leaves your mind.") - */