From c7f04a856c4346b310ae6194b3f0987e785a21cd Mon Sep 17 00:00:00 2001 From: "VivianFoxfoot@gmail.com" Date: Sun, 11 Mar 2012 23:38:05 +0000 Subject: [PATCH] Fix for tensioner not spawning nuke teams and wizard properly. Increases probability from prob(1)prob(1) to prob(1)prob(50) git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3275 316c924e-a436-60f5-8080-3fe189b3f50e --- code/datums/helper_datums/tension.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/datums/helper_datums/tension.dm b/code/datums/helper_datums/tension.dm index cb2d7f3c0b5..76314045c2b 100644 --- a/code/datums/helper_datums/tension.dm +++ b/code/datums/helper_datums/tension.dm @@ -60,7 +60,7 @@ var/global/datum/tension/tension_master if(score > 100000) if(!supress) if(prob(1) || forcenexttick) - if(prob(1) || forcenexttick) + if(prob(50) || forcenexttick) if(forcenexttick) forcenexttick = 0 @@ -308,7 +308,7 @@ var/global/datum/tension/tension_master for(var/mob/dead/observer/G in world) - switch(alert("Do you wish to be considered for the position of Space Wizard Foundation 'diplomat'?","Please answer in 30 seconds!","Yes","No")) + switch(alert(G, "Do you wish to be considered for the position of Space Wizard Foundation 'diplomat'?","Please answer in 30 seconds!","Yes","No")) if("Yes") if((world.time-time_passed)>300)//If more than 30 game seconds passed. return @@ -357,7 +357,7 @@ var/global/datum/tension/tension_master var/time_passed = world.time for(var/mob/dead/observer/G in world) - switch(alert("Do you wish to be considered for a nuke team being sent in?","Please answer in 30 seconds!","Yes","No")) + switch(alert(G,"Do you wish to be considered for a nuke team being sent in?","Please answer in 30 seconds!","Yes","No")) if("Yes") if((world.time-time_passed)>300)//If more than 30 game seconds passed. return