From 4874d5691bbd551f95eca725671f376354551439 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Tue, 13 Aug 2013 00:00:34 -0700 Subject: [PATCH 1/2] Removes multicultural mrowling Vox from Heist. --- code/game/gamemodes/heist/heist.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/gamemodes/heist/heist.dm b/code/game/gamemodes/heist/heist.dm index 5a1e12a191b..c9cee00fbf5 100644 --- a/code/game/gamemodes/heist/heist.dm +++ b/code/game/gamemodes/heist/heist.dm @@ -102,6 +102,7 @@ var/global/vox_kills = 0 //Used to check the Inviolate. vox.age = rand(12,20) vox.dna.mutantrace = "vox" vox.set_species("Vox") + vox.languages = list() // Removing language from chargen. vox.add_language("Vox-pidgin") vox.h_style = "Short Vox Quills" vox.flavor_text = "" From bed45dd86405325d14fe2a2c8bac973712b58cde Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Tue, 13 Aug 2013 00:03:14 -0700 Subject: [PATCH 2/2] Removes Vox flavour text carried over from chargen. --- code/game/gamemodes/heist/heist.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/gamemodes/heist/heist.dm b/code/game/gamemodes/heist/heist.dm index c9cee00fbf5..4e269152ff9 100644 --- a/code/game/gamemodes/heist/heist.dm +++ b/code/game/gamemodes/heist/heist.dm @@ -103,6 +103,7 @@ var/global/vox_kills = 0 //Used to check the Inviolate. vox.dna.mutantrace = "vox" vox.set_species("Vox") vox.languages = list() // Removing language from chargen. + vox.flavor_text = "" vox.add_language("Vox-pidgin") vox.h_style = "Short Vox Quills" vox.flavor_text = ""