diff --git a/code/modules/antagonists/traitor/classes/hijack.dm b/code/modules/antagonists/traitor/classes/hijack.dm index bee87f94b1..e89eda1dcf 100644 --- a/code/modules/antagonists/traitor/classes/hijack.dm +++ b/code/modules/antagonists/traitor/classes/hijack.dm @@ -1,7 +1,7 @@ /datum/traitor_class/human/hijack name = "Gorlex Marauder" employer = "The Gorlex Marauders" - weight = 1 + weight = 3 chaos = 5 cost = 5 uplink_filters = list(/datum/uplink_item/stealthy_weapons/romerol_kit) diff --git a/code/modules/antagonists/traitor/classes/martyr.dm b/code/modules/antagonists/traitor/classes/martyr.dm index fa0ee600b4..78f8bf9b0c 100644 --- a/code/modules/antagonists/traitor/classes/martyr.dm +++ b/code/modules/antagonists/traitor/classes/martyr.dm @@ -1,7 +1,7 @@ /datum/traitor_class/human/martyr name = "Tiger Cooperator" employer = "The Tiger Cooperative" - weight = 1 + weight = 2 chaos = 5 cost = 5 uplink_filters = list(/datum/uplink_item/stealthy_weapons/romerol_kit,/datum/uplink_item/bundles_TC/contract_kit)