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)