bumps krav down to 25, only give martyr to syndie iaa

This commit is contained in:
Sishen
2020-07-28 09:30:26 -06:00
parent 27aba092e0
commit 0d85f0553b
2 changed files with 4 additions and 4 deletions
@@ -167,10 +167,10 @@
return
if(last_man_standing)
if(syndicate)
to_chat(owner.current,"<span class='userdanger'> All the loyalist agents are dead, and no more is required of you. Die a glorious death, agent. </span>")
to_chat(owner.current,"<span class='userdanger'>All the suspected agents are dead, and no more is required of you. Die a glorious death, agent.</span>")
replace_escape_objective(owner)
else
to_chat(owner.current,"<span class='userdanger'> 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.</span>")
replace_escape_objective(owner)
to_chat(owner.current,"<span class='userdanger'>All the other agents are dead. You have done us all a great service and shall be honorably exiled upon returning to base.</span>")
/datum/antagonist/traitor/internal_affairs/proc/iaa_process()
if(owner&&owner.current&&owner.current.stat!=DEAD)
@@ -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)