mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Update adminpaper.dm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user