From 4be3c704b8a9fe700892268025baa788df9d7a9f Mon Sep 17 00:00:00 2001 From: KingOfThePing <43940569+KingOfThePing@users.noreply.github.com> Date: Mon, 25 Apr 2022 22:26:09 +0200 Subject: [PATCH] Fixes the search warrant saying Nanotrasen Inc (#13615) --- code/game/objects/items/devices/holowarrant.dm | 2 +- html/changelogs/KingOfThePing - 13615.yml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/KingOfThePing - 13615.yml diff --git a/code/game/objects/items/devices/holowarrant.dm b/code/game/objects/items/devices/holowarrant.dm index f076c3a7e71..2028b2c1f51 100644 --- a/code/game/objects/items/devices/holowarrant.dm +++ b/code/game/objects/items/devices/holowarrant.dm @@ -93,7 +93,7 @@ Search Warrant: [activename] -
NanoTrasen Inc. +
Stellar Corporate Conglomerate
Civilian Branch of Operation


DIGITAL SEARCH WARRANT
diff --git a/html/changelogs/KingOfThePing - 13615.yml b/html/changelogs/KingOfThePing - 13615.yml new file mode 100644 index 00000000000..b0ec10f6b20 --- /dev/null +++ b/html/changelogs/KingOfThePing - 13615.yml @@ -0,0 +1,9 @@ +# Your name. +author: KingOfThePing + + +delete-after: True + + +changes: + - tweak: "Tweaked the forgotten search warrant to also be in line with the current lore." \ No newline at end of file