From 11c2cf2805aa21ea6b24eb7b4a3f2c5bf5cc74e8 Mon Sep 17 00:00:00 2001 From: Hopek Date: Tue, 26 May 2020 01:13:04 -0500 Subject: [PATCH 1/3] Amber task force combat knife reminder --- code/modules/antagonists/ert/ert.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/antagonists/ert/ert.dm b/code/modules/antagonists/ert/ert.dm index 41c0225135b0..5ab62f65835c 100644 --- a/code/modules/antagonists/ert/ert.dm +++ b/code/modules/antagonists/ert/ert.dm @@ -172,6 +172,10 @@ missiondesc += "
Your Mission : [ert_team.mission.explanation_text]" to_chat(owner,missiondesc) +/datum/antagonist/ert/greet() + . = ..() + to_chat(owner,"
Your Mission : You also have a combat knife inside your boots.") + /datum/antagonist/ert/deathsquad/greet() if(!ert_team) return From 8f1b472b725466d34b408b79f209f3a162d23596 Mon Sep 17 00:00:00 2001 From: Hopek Date: Tue, 26 May 2020 01:13:42 -0500 Subject: [PATCH 2/3] ERT --- code/modules/antagonists/ert/ert.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/ert/ert.dm b/code/modules/antagonists/ert/ert.dm index 5ab62f65835c..1fd9e98c9263 100644 --- a/code/modules/antagonists/ert/ert.dm +++ b/code/modules/antagonists/ert/ert.dm @@ -172,7 +172,7 @@ missiondesc += "
Your Mission : [ert_team.mission.explanation_text]" to_chat(owner,missiondesc) -/datum/antagonist/ert/greet() +/datum/antagonist/ert/amber/greet() . = ..() to_chat(owner,"
Your Mission : You also have a combat knife inside your boots.") From 06e3ba3d31c994108c9ea433ddbcb8b8a274cf78 Mon Sep 17 00:00:00 2001 From: Hopekz Date: Tue, 26 May 2020 12:04:28 -0500 Subject: [PATCH 3/3] Update code/modules/antagonists/ert/ert.dm Co-authored-by: Theos --- code/modules/antagonists/ert/ert.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/ert/ert.dm b/code/modules/antagonists/ert/ert.dm index 1fd9e98c9263..b4fe3f2d4fce 100644 --- a/code/modules/antagonists/ert/ert.dm +++ b/code/modules/antagonists/ert/ert.dm @@ -174,7 +174,7 @@ /datum/antagonist/ert/amber/greet() . = ..() - to_chat(owner,"
Your Mission : You also have a combat knife inside your boots.") + to_chat(owner,"You also have a combat knife inside your boots.") /datum/antagonist/ert/deathsquad/greet() if(!ert_team)