From 799c2fc94c2946b5e7cf9a9f85b8dac28153985f Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Tue, 27 Aug 2013 00:12:48 -0700 Subject: [PATCH] Made Vox uncloneable. --- code/modules/admin/verbs/one_click_antag.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/admin/verbs/one_click_antag.dm b/code/modules/admin/verbs/one_click_antag.dm index 80408f022c4..6f4ee9340c5 100644 --- a/code/modules/admin/verbs/one_click_antag.dm +++ b/code/modules/admin/verbs/one_click_antag.dm @@ -517,6 +517,7 @@ client/proc/one_click_antag() new_vox.mind_initialize() new_vox.mind.assigned_role = "MODE" new_vox.mind.special_role = "Vox Raider" + new_vox.mutations |= NOCLONE //Stops the station crew from messing around with their DNA. ticker.mode.traitors += new_vox.mind new_vox.equip_vox_raider()