mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-30 04:02:33 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user