From b1a94f7667eaa881513983fba31800a819bcd319 Mon Sep 17 00:00:00 2001 From: Putnam Date: Thu, 12 Mar 2020 15:05:53 -0700 Subject: [PATCH] Made hijack, martyr more common --- code/modules/antagonists/traitor/classes/hijack.dm | 2 +- code/modules/antagonists/traitor/classes/martyr.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)