From 97438eb9b8f42be0f042004fe1aa3209048b84ac Mon Sep 17 00:00:00 2001 From: zerothebigboy Date: Tue, 4 Aug 2020 05:53:28 -0400 Subject: [PATCH] a --- code/modules/antagonists/traitor/classes/freeform.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/traitor/classes/freeform.dm b/code/modules/antagonists/traitor/classes/freeform.dm index 998373a77c..05551433fd 100644 --- a/code/modules/antagonists/traitor/classes/freeform.dm +++ b/code/modules/antagonists/traitor/classes/freeform.dm @@ -1,7 +1,7 @@ /datum/traitor_class/human/freeform name = "Waffle Co Agent" employer = "Waffle Company" - weight = 16 + weight = 0 // should not spawn in unless admins bus something in the traitor panel with setting traitor classe chaos = 0 /datum/traitor_class/human/freeform/forge_objectives(datum/antagonist/traitor/T)