From 16b2c9cab85d30a69ad0fcab3c9f14bb654ed77c Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Thu, 26 Mar 2015 15:54:29 +1030 Subject: [PATCH] Fixes a minor thing with vox. --- code/datums/mind.dm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/code/datums/mind.dm b/code/datums/mind.dm index e7acc0b4df..be44f56056 100644 --- a/code/datums/mind.dm +++ b/code/datums/mind.dm @@ -593,10 +593,3 @@ datum/mind ..() mind.assigned_role = "Juggernaut" mind.special_role = "Cultist" - -/mob/living/simple_animal/vox/armalis/mind_initialize() - ..() - mind.assigned_role = "Armalis" - mind.special_role = "Vox Raider" - -