From cfdb0a65a75abfa3f49952ff4f13ec41a16c30f4 Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Sun, 3 Nov 2013 22:09:31 -0800 Subject: [PATCH] made some stuff sooper dooper hard to get --- code/modules/telesci/telesci_computer.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/telesci/telesci_computer.dm b/code/modules/telesci/telesci_computer.dm index 4dbd2bb5eb9..5203d8e32e6 100644 --- a/code/modules/telesci/telesci_computer.dm +++ b/code/modules/telesci/telesci_computer.dm @@ -76,8 +76,8 @@ M.apply_effect((rand(25, 50)), IRRADIATE, 0) M << "\red You feel strange." return - if(prob(5)) - // AI CALL SHUTTLE I SAW RUNE + if(prob(1)) + // AI CALL SHUTTLE I SAW RUNE, SUPER LOW CHANCE, CAN HARDLY HAPPEN for(var/mob/living/carbon/O in viewers(src, null)) var/datum/game_mode/cult/temp = new O.show_message("\red The telepad flashes with a strange light, and you have a sudden surge of allegiance toward the true dark one!", 2) @@ -89,8 +89,8 @@ s.set_up(5, 1, L) s.start() return - if(prob(5)) - // VIVA LA FUCKING REVOLUTION BITCHES. + if(prob(1)) + // VIVA LA FUCKING REVOLUTION BITCHES, SUPER LOW CHANCE, CAN HARDLY HAPPEN for(var/mob/living/carbon/O in viewers(src, null)) O.show_message("\red The telepad flashes with a strange light, and you see all kind of images flash through your mind, of murderous things Nanotrasen has done, and you decide to rebel!", 2) O.mind.make_Rev()