From 3fb33da139fa90970e272bb2e426a02f4074f295 Mon Sep 17 00:00:00 2001 From: Heroman Date: Mon, 18 Jul 2022 16:53:20 +1000 Subject: [PATCH] Updates holowarrant lore --- code/game/objects/items/devices/holowarrant.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/devices/holowarrant.dm b/code/game/objects/items/devices/holowarrant.dm index 37a5ade906d..0272dac2549 100644 --- a/code/game/objects/items/devices/holowarrant.dm +++ b/code/game/objects/items/devices/holowarrant.dm @@ -68,7 +68,7 @@ if(active.fields["arrestsearch"] == "arrest") var/output = {" [active.fields["namewarrant"]] -
Sol Central Government Colonial Marshal Bureau
+
Commonwealth Security Bond Association
in the jurisdiction of the
[using_map.boss_name] in [using_map.station_name]

@@ -115,7 +115,7 @@ name = "holowarrant devices" desc = "A box of holowarrant diplays for security use." -/obj/item/weapon/storage/box/holowarrants/New() +/obj/item/weapon/storage/box/holowarrants/New() ..() for(var/i = 0 to 3) new /obj/item/device/holowarrant(src) // VOREStation addition ends \ No newline at end of file