From 9940687bd4d64f94fd7b2c4c3e905d48b260918e Mon Sep 17 00:00:00 2001 From: Alberyk Date: Sat, 28 Mar 2020 15:49:06 -0300 Subject: [PATCH] Replaces two ISD in game references with security department (#8503) --- code/game/jobs/faction/necropolis.dm | 2 +- code/game/objects/structures/signs.dm | 2 +- html/changelogs/alberyk-fixsecurity.yml | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/alberyk-fixsecurity.yml diff --git a/code/game/jobs/faction/necropolis.dm b/code/game/jobs/faction/necropolis.dm index aafedcab66e..cc9b2ba1449 100644 --- a/code/game/jobs/faction/necropolis.dm +++ b/code/game/jobs/faction/necropolis.dm @@ -25,7 +25,7 @@
  • Personal Security Professional: Excellent customer service and client care is why Necropolis wins security contracts and you know this. A cut above the rest, you are clear, calm, concise and polite when working. As a security - force you were voted the top firm to employ and as such, NT ISD should really + force you were voted the top firm to employ and as such, NanoTrasen Security should really be referring to your better judgement with security issues as far as you're concerned. All crew are your customers and as such deserve a top notch customer experience.
  • diff --git a/code/game/objects/structures/signs.dm b/code/game/objects/structures/signs.dm index 7179a5e2814..d5dcbe16b46 100644 --- a/code/game/objects/structures/signs.dm +++ b/code/game/objects/structures/signs.dm @@ -187,7 +187,7 @@ /obj/structure/sign/patients_only name = "\improper PATIENTS ONLY" - desc = "A big blue sign that reads 'PATIENTS ONLY'. Underneath you can read: 'Authorized personnel only. Tresspassers will be prosecuted by the ISD.'" + desc = "A big blue sign that reads 'PATIENTS ONLY'. Underneath you can read: 'Authorized personnel only. Tresspassers will be prosecuted by the security department.'" icon_state = "patients_only" //Location and direction signs diff --git a/html/changelogs/alberyk-fixsecurity.yml b/html/changelogs/alberyk-fixsecurity.yml new file mode 100644 index 00000000000..0354f8253ca --- /dev/null +++ b/html/changelogs/alberyk-fixsecurity.yml @@ -0,0 +1,6 @@ +author: Alberyk + +delete-after: True + +changes: + - tweak: "Replaced two references to ISD with security department to match the rest of the game."