From 27ec04f7a1acab51569ff293cb10788f5b67e2e5 Mon Sep 17 00:00:00 2001 From: Poss <63132454+Oposshim@users.noreply.github.com> Date: Sat, 21 Nov 2020 22:16:32 -0500 Subject: [PATCH] Update radio.dm --- code/game/objects/items/devices/PDA/radio.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/devices/PDA/radio.dm b/code/game/objects/items/devices/PDA/radio.dm index 6af7c5a7..329631ff 100644 --- a/code/game/objects/items/devices/PDA/radio.dm +++ b/code/game/objects/items/devices/PDA/radio.dm @@ -1,7 +1,7 @@ // Radio Cartridge, essentially a remote signaler with limited spectrum. /obj/item/integrated_signaler name = "\improper PDA radio module" - desc = "An electronic radio system of stolen Nanotrasen design." + desc = "An electronic radio system of Nanotrasen origin." icon = 'icons/obj/module.dmi' icon_state = "power_mod"