From 9a70dd3d131d30af7db28b2075561eec2eb17fc6 Mon Sep 17 00:00:00 2001 From: Segrain Date: Fri, 31 Jan 2014 00:25:44 +0300 Subject: [PATCH] Objectives fix. --- code/game/gamemodes/heist/heist.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/heist/heist.dm b/code/game/gamemodes/heist/heist.dm index c4746b6d7dd..15c97d61cfd 100644 --- a/code/game/gamemodes/heist/heist.dm +++ b/code/game/gamemodes/heist/heist.dm @@ -158,10 +158,10 @@ VOX HEIST ROUNDTYPE objs += new /datum/objective/heist/inviolate_crew objs += new /datum/objective/heist/inviolate_death - for(var/datum/objective/heist/O in raid_objectives) + for(var/datum/objective/heist/O in objs) O.choose_target() - return raid_objectives + return objs /datum/game_mode/heist/proc/greet_vox(var/datum/mind/raider) raider.current << "\blue You are a Vox Raider, fresh from the Shoal!"