From 0d85f0553be7768fd683898d0a5b514e9afcb2e2 Mon Sep 17 00:00:00 2001 From: Sishen Date: Tue, 28 Jul 2020 09:30:26 -0600 Subject: [PATCH] bumps krav down to 25, only give martyr to syndie iaa --- code/modules/antagonists/traitor/IAA/internal_affairs.dm | 6 +++--- code/modules/uplink/uplink_items/uplink_stealth.dm | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/antagonists/traitor/IAA/internal_affairs.dm b/code/modules/antagonists/traitor/IAA/internal_affairs.dm index cf8169eeba..ff012e556a 100644 --- a/code/modules/antagonists/traitor/IAA/internal_affairs.dm +++ b/code/modules/antagonists/traitor/IAA/internal_affairs.dm @@ -167,10 +167,10 @@ return if(last_man_standing) if(syndicate) - to_chat(owner.current," All the loyalist agents are dead, and no more is required of you. Die a glorious death, agent. ") + to_chat(owner.current,"All the suspected agents are dead, and no more is required of you. Die a glorious death, agent.") + replace_escape_objective(owner) else - to_chat(owner.current," All the other agents are dead, and you're the last loose end. Stage a Syndicate terrorist attack to cover up for today's events. You no longer have any limits on collateral damage.") - replace_escape_objective(owner) + to_chat(owner.current,"All the other agents are dead. You have done us all a great service and shall be honorably exiled upon returning to base.") /datum/antagonist/traitor/internal_affairs/proc/iaa_process() if(owner&&owner.current&&owner.current.stat!=DEAD) diff --git a/code/modules/uplink/uplink_items/uplink_stealth.dm b/code/modules/uplink/uplink_items/uplink_stealth.dm index 8cbc1965dc..dafd948665 100644 --- a/code/modules/uplink/uplink_items/uplink_stealth.dm +++ b/code/modules/uplink/uplink_items/uplink_stealth.dm @@ -71,7 +71,7 @@ stealthy takedowns." item = /obj/item/book/granter/martial/krav_maga cost = 16 - player_minimum = 30 + player_minimum = 25 surplus = 0 include_modes = list(/datum/game_mode/traitor/internal_affairs)