From 8ee485d46e3d303d2b92f5834edf0c1145991e64 Mon Sep 17 00:00:00 2001 From: Markolie Date: Sat, 28 Feb 2015 18:10:42 +0100 Subject: [PATCH] Fix Vox heist objectives --- code/game/gamemodes/heist/heist.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/heist/heist.dm b/code/game/gamemodes/heist/heist.dm index 96aacffa9b4..c8211e0151d 100644 --- a/code/game/gamemodes/heist/heist.dm +++ b/code/game/gamemodes/heist/heist.dm @@ -150,8 +150,8 @@ var/global/list/obj/cortical_stacks = list() //Stacks for 'leave nobody behind' var/i = 1 var/max_objectives = pick(2,2,2,2,3,3,3,4) var/list/objs = list() + var/list/goals = list("kidnap","loot","salvage") while(i<= max_objectives) - var/list/goals = list("kidnap","loot","salvage") var/goal = pick(goals) var/datum/objective/heist/O