From 25d2b1a3f10b244b7255fa1ff5cd1cd5cd25c38c Mon Sep 17 00:00:00 2001 From: zerothebigboy Date: Tue, 4 Aug 2020 05:53:36 -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 05551433fd..1ca385ef19 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 = 0 // should not spawn in unless admins bus something in the traitor panel with setting traitor classe + weight = 0 // should not spawn in unless admins bus something in the traitor panel with setting traitor classes chaos = 0 /datum/traitor_class/human/freeform/forge_objectives(datum/antagonist/traitor/T)