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()