mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 07:03:30 +01:00
Paper Letterhead (#13155)
* fax letterhead 1 need to add correct paperbins on map and resize logos * tweaks * syndicate paper on syndicate base * code improvements
This commit is contained in:
@@ -2196,9 +2196,15 @@
|
||||
var/reply_to = locate(href_list["replyto"])
|
||||
var/destination
|
||||
var/notify
|
||||
|
||||
var/obj/item/paper/P = new /obj/item/paper(null) //hopefully the null loc won't cause trouble for us
|
||||
|
||||
var/obj/item/paper/P
|
||||
var/use_letterheard = alert("Use letterhead? If so, do not add your own header or a footer. Type and format only your actual message.",,"Nanotrasen","Syndicate", "No")
|
||||
switch(use_letterheard)
|
||||
if("Nanotrasen")
|
||||
P = new /obj/item/paper/central_command(null)
|
||||
if("Syndicate")
|
||||
P = new /obj/item/paper/syndicate(null)
|
||||
if("No")
|
||||
P = new /obj/item/paper(null)
|
||||
if(!fax)
|
||||
var/list/departmentoptions = GLOB.alldepartments + GLOB.hidden_departments + "All Departments"
|
||||
destination = input(usr, "To which department?", "Choose a department", "") as null|anything in departmentoptions
|
||||
|
||||
Reference in New Issue
Block a user