From 4c87838e6436749b6a4e7064b7fdf4c3f581c41b Mon Sep 17 00:00:00 2001 From: Segrain Date: Fri, 31 Jan 2014 16:19:22 +0300 Subject: [PATCH] Double call removal. --- code/game/gamemodes/heist/heist.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/game/gamemodes/heist/heist.dm b/code/game/gamemodes/heist/heist.dm index bd77584ba64..fd2cdf88ade 100644 --- a/code/game/gamemodes/heist/heist.dm +++ b/code/game/gamemodes/heist/heist.dm @@ -158,9 +158,6 @@ VOX HEIST ROUNDTYPE objs += new /datum/objective/heist/inviolate_crew objs += new /datum/objective/heist/inviolate_death - for(var/datum/objective/heist/O in objs) - O.choose_target() - return objs /datum/game_mode/heist/proc/greet_vox(var/datum/mind/raider)