Double call removal.

This commit is contained in:
Segrain
2014-01-31 16:19:22 +03:00
parent 039b949ea1
commit 4c87838e64
-3
View File
@@ -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)