From 3059e482785625b1f84618dae0ce1d15256e5d88 Mon Sep 17 00:00:00 2001 From: Putnam Date: Tue, 3 Mar 2020 16:46:41 -0800 Subject: [PATCH] Removed 30TC thing from martyr/hijack --- code/modules/antagonists/traitor/classes/hijack.dm | 3 +-- code/modules/antagonists/traitor/classes/martyr.dm | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/antagonists/traitor/classes/hijack.dm b/code/modules/antagonists/traitor/classes/hijack.dm index 0ed716c3cd..d6b4fa3f26 100644 --- a/code/modules/antagonists/traitor/classes/hijack.dm +++ b/code/modules/antagonists/traitor/classes/hijack.dm @@ -1,10 +1,9 @@ -/datum/traitor_class/human/martyr +/datum/traitor_class/human/hijack name = "Gorlex Marauder" employer = "The Gorlex Marauders" weight = 2 chaos = 5 cost = 5 - TC = 30 uplink_filters = list(/datum/uplink_item/stealthy_weapons/romerol_kit) /datum/traitor_class/human/hijack/forge_objectives(datum/antagonist/traitor/T) diff --git a/code/modules/antagonists/traitor/classes/martyr.dm b/code/modules/antagonists/traitor/classes/martyr.dm index 24da190057..13d0e73a41 100644 --- a/code/modules/antagonists/traitor/classes/martyr.dm +++ b/code/modules/antagonists/traitor/classes/martyr.dm @@ -4,7 +4,6 @@ weight = 2 chaos = 5 cost = 5 - TC = 30 uplink_filters = list(/datum/uplink_item/stealthy_weapons/romerol_kit) /datum/traitor_class/human/martyr/forge_objectives(datum/antagonist/traitor/T)