From af59eb54f8434564fec985405c5db0e8aeaecc01 Mon Sep 17 00:00:00 2001 From: Laharl Montogmmery Date: Tue, 19 Nov 2013 19:37:10 +0100 Subject: [PATCH] Removed comment, and indented a line in malf.dm. This was muckin' with the normal can_start() due to a missing, it should make future MALF test easier now. --- code/game/gamemodes/malfunction/malfunction.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/malfunction/malfunction.dm b/code/game/gamemodes/malfunction/malfunction.dm index dc59a9b331c..cda82e11072 100644 --- a/code/game/gamemodes/malfunction/malfunction.dm +++ b/code/game/gamemodes/malfunction/malfunction.dm @@ -31,7 +31,7 @@ //Triumvirate? if (ticker.triai == 1) required_enemies = 3 - //required_players = max(required_enemies+1, required_players) //to prevent issues if players are set too low + required_players = max(required_enemies+1, required_players) //to prevent issues if players are set too low return ..() /datum/game_mode/malfunction/get_players_for_role(var/role = BE_MALF)