From e147c60c5004ddb4430c4f5953070e9a1d34fe68 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Fri, 17 Oct 2014 14:20:39 +1030 Subject: [PATCH] Makes heist unvotable and fixes the language bug with spawned vox. --- code/game/gamemodes/heist/heist.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/game/gamemodes/heist/heist.dm b/code/game/gamemodes/heist/heist.dm index 1f05a64fadc..14e1b5a30eb 100644 --- a/code/game/gamemodes/heist/heist.dm +++ b/code/game/gamemodes/heist/heist.dm @@ -16,6 +16,7 @@ var/global/list/obj/cortical_stacks = list() //Stacks for 'leave nobody behind' required_players_secret = 25 required_enemies = 4 recommended_enemies = 6 + votable = 0 var/const/waittime_l = 600 //lower bound on time before intercept arrives (in tenths of seconds) var/const/waittime_h = 1800 //upper bound on time before intercept arrives (in tenths of seconds) @@ -106,6 +107,8 @@ var/global/list/obj/cortical_stacks = list() //Stacks for 'leave nobody behind' vox.languages = list() // Removing language from chargen. vox.flavor_text = "" vox.add_language("Vox-pidgin") + vox.add_language("Galactic Common") + vox.add_language("Tradeband") vox.h_style = "Short Vox Quills" vox.f_style = "Shaved"