From de621558c34efe5da9f1697407ea16b7fe80a43e Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Tue, 14 Apr 2020 17:07:21 -0400 Subject: [PATCH] Update adminpaper.dm --- code/modules/paperwork/adminpaper.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/paperwork/adminpaper.dm b/code/modules/paperwork/adminpaper.dm index 6dde3e148fd..353090efede 100644 --- a/code/modules/paperwork/adminpaper.dm +++ b/code/modules/paperwork/adminpaper.dm @@ -43,12 +43,12 @@ var/logo = alert(usr, "Do you want the header of your fax to have a NanoTrasen, SolGov, or Trader logo?","Fax Logo","NanoTrasen","SolGov","Trader") //VOREStation Add - Trader if(logo == "SolGov") logo = "sglogo.png" + //VOREStation Edit/Add else if(logo == "NanoTrasen") logo = "ntlogo.png" - //VOREStation Add else logo = "trader.png" - //VOREStation Add End + //VOREStation Edit/Add End //TODO change logo based on who you're contacting. text = "

" text += "[origin] Quantum Uplink Signed Message
" @@ -156,4 +156,4 @@ obj/item/weapon/paper/admin/proc/updateDisplay() return /obj/item/weapon/paper/admin/get_signature() - return input(usr, "Enter the name you wish to sign the paper with (will prompt for multiple entries, in order of entry)", "Signature") as text|null \ No newline at end of file + return input(usr, "Enter the name you wish to sign the paper with (will prompt for multiple entries, in order of entry)", "Signature") as text|null