Update adminpaper.dm

This commit is contained in:
Aronai Sieyes
2020-04-14 17:07:21 -04:00
committed by GitHub
parent a1dcd049b8
commit de621558c3
+3 -3
View File
@@ -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 = "<center><img src = [logo]></br>"
text += "<b>[origin] Quantum Uplink Signed Message</b><br>"
@@ -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
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