From 4aca3cc8d1ebddd28d651ab62f8e2ae59ee9d1c1 Mon Sep 17 00:00:00 2001 From: Dahlular <55758850+Dahlular@users.noreply.github.com> Date: Sun, 31 Oct 2021 22:54:27 -0600 Subject: [PATCH] wait fuck there's more --- code/modules/paperwork/pen.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/paperwork/pen.dm b/code/modules/paperwork/pen.dm index 1609b2410..c2e86e013 100644 --- a/code/modules/paperwork/pen.dm +++ b/code/modules/paperwork/pen.dm @@ -33,12 +33,12 @@ return(BRUTELOSS) /obj/item/pen/blue - desc = "It's a blue ink pen, modified for use with both paper and Nanotransen-brand Digital-Readpads™!" + desc = "It's a blue ink pen, modified for use with both paper and Kinaris-brand Digital-Readpads™!" icon_state = "pen_blue" colour = "blue" /obj/item/pen/red - desc = "It's a red ink pen, modified for use with both paper and Nanotransen-brand Digital-Readpads™!" + desc = "It's a red ink pen, modified for use with both paper and Kinaris-brand Digital-Readpads™!" icon_state = "pen_red" colour = "red" @@ -48,7 +48,7 @@ colour = "white" /obj/item/pen/fourcolor - desc = "It's a fancy four-color ink pen, set to black. Modified to be compatible with Nanotransen-brand Digital-Readpads™" + desc = "It's a fancy four-color ink pen, set to black. Modified to be compatible with Kinaris-brand Digital-Readpads™" name = "four-color pen" colour = "black"