From 731e1f4e08dfb47ecb3a84dafef65997df0ae283 Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Wed, 17 Jun 2020 18:12:16 -0700 Subject: [PATCH] Changes Space Cops Objectives. (#51640) * Changes Space Cops Objectives. * Update ert.dm --- code/modules/antagonists/ert/ert.dm | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/code/modules/antagonists/ert/ert.dm b/code/modules/antagonists/ert/ert.dm index 76a509bb8ec..47282bb78be 100644 --- a/code/modules/antagonists/ert/ert.dm +++ b/code/modules/antagonists/ert/ert.dm @@ -225,16 +225,17 @@ ..() /datum/antagonist/ert/families/greet() - to_chat(owner, "You are the [name].") - to_chat(owner, "You are NOT a Nanotrasen Employee. You work for the local government.") - + to_chat(owner, "You are the [name].") + to_chat(owner, "You are NOT a Nanotrasen Employee. You work for the local government.") + to_chat(owner, "You are NOT a deathsquad. You are here to help innocents escape violence, criminal activity, and other dangerous things.") var/missiondesc = "After an uptick in gang violence on [station_name()], you are responding to emergency calls from the station for immediate SSC Police assistance!\n" missiondesc += "
Your Mission:" - missiondesc += "
1. Secure the situation and crack down on any gang activity. You can view gangsters with your sunglasses." - missiondesc += "
2. There is an undercover police officer on station. Secure him, receive his intel, and extract him safely." - missiondesc += "
3. Minimize civilian casualties, but defend yourself and civilians from hostile gangsters." - missiondesc += "
3. If Security is found to be violating the rights of citizens, detain them as per your authority as Spinward Stellar Coalition officers." - missiondesc += "
4. If the situation demands it, evacuate the station. Otherwise, remain on station and keep the peace." + missiondesc += "
1. Serve the public trust." + missiondesc += "
2. Protect the innocent." + missiondesc += "
3. Uphold the law." + missiondesc += "
4. Find the Undercover Cops." + missiondesc += "
5. Detain Nanotrasen Security personnel if they harm any citizen." + missiondesc += "
You can see gangsters using your special sunglasses." to_chat(owner,missiondesc) var/policy = get_policy(ROLE_FAMILIES) if(policy)