From aa94b2f47083381e62e04cd9cba933464138b611 Mon Sep 17 00:00:00 2001 From: Wisemonster <87689371+Wisemonster@users.noreply.github.com> Date: Sat, 7 Dec 2024 19:25:11 -0500 Subject: [PATCH] NT Rep Clarification (#4452) * Clarifies NT rep's role * Fix part 1 * Fix part 2 --- monkestation/code/modules/NTrep/NTrep.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkestation/code/modules/NTrep/NTrep.dm b/monkestation/code/modules/NTrep/NTrep.dm index d9c7c3443a6e..346b2b6963d2 100644 --- a/monkestation/code/modules/NTrep/NTrep.dm +++ b/monkestation/code/modules/NTrep/NTrep.dm @@ -1,6 +1,6 @@ /datum/job/nanotrasen_representative title = JOB_NANOTRASEN_REPRESENTATIVE - description = "Ensure company interests and Standard Operating Procedure is upheld onboard the station, and get out as soon as you can when it inevitably falls apart." + description = "Ensure company interests and report whether Standard Operating Procedure is upheld onboard the station, and get out as soon as you can when it inevitably falls apart. You do not have the authority to give orders, except to the blueshield." auto_deadmin_role_flags = DEADMIN_POSITION_HEAD department_head = list("CentCom") faction = FACTION_STATION