Fixes a bug in the tensioner where it could runtime if no rounds had enough tension to be picked.

Comments out the wish granter after a demonstration by Kor.  Still, it could maybe be made into its own game mode, perhaps somewhat related to Ruby mode.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3439 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
VivianFoxfoot@gmail.com
2012-04-12 03:21:10 +00:00
parent 018fc28b84
commit 12cec7801e
2 changed files with 6 additions and 3 deletions

View File

@@ -126,7 +126,8 @@ var/global/datum/tension/tension_master
if(antagonistmodes[V] < score)
potentialgames.Add(V)
antagonistmodes.Remove(V)
thegame = pick(potentialgames)
if(potentialgames.len)
thegame = pick(potentialgames)
if(thegame)