From 4b03670a43f0ad1f33fa6e76a50ca650e8f55e21 Mon Sep 17 00:00:00 2001 From: Wise Monster Date: Sun, 1 Dec 2024 17:27:04 -0500 Subject: [PATCH 1/3] Clarifies NT rep's role --- 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 bbf3f5c8e4c4..e7b8561ce1ab 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 From 87d908e64b65fd4b49d0d3531b0005e55f2884bd Mon Sep 17 00:00:00 2001 From: Wise Monster Date: Sun, 1 Dec 2024 19:42:10 -0500 Subject: [PATCH 2/3] Fix part 1 --- 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 e7b8561ce1ab..c33a24b26068 100644 --- a/monkestation/code/modules/NTrep/NTrep.dm +++ b/monkestation/code/modules/NTrep/NTrep.dm @@ -15,7 +15,7 @@ exp_granted_type = EXP_TYPE_CREW config_tag = "NANOTRASEN_REPRESENTATIVE" - allow_bureaucratic_error = FALSE + allow_bureaucratic_error = FALSEe allow_overflow = FALSE outfit = /datum/outfit/job/nanotrasen_representative From 1f4e9ca6dcdece5f2d332158db70b3282a3f6b05 Mon Sep 17 00:00:00 2001 From: Wise Monster Date: Sun, 1 Dec 2024 19:42:18 -0500 Subject: [PATCH 3/3] 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 c33a24b26068..e7b8561ce1ab 100644 --- a/monkestation/code/modules/NTrep/NTrep.dm +++ b/monkestation/code/modules/NTrep/NTrep.dm @@ -15,7 +15,7 @@ exp_granted_type = EXP_TYPE_CREW config_tag = "NANOTRASEN_REPRESENTATIVE" - allow_bureaucratic_error = FALSEe + allow_bureaucratic_error = FALSE allow_overflow = FALSE outfit = /datum/outfit/job/nanotrasen_representative