mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Improves the printed research paper's header.
This commit is contained in:
@@ -524,15 +524,13 @@ won't update every console in existence) but it's more of a hassle to do. Also,
|
|||||||
screen = 0.5
|
screen = 0.5
|
||||||
spawn(20)
|
spawn(20)
|
||||||
var/obj/item/weapon/paper/PR = new/obj/item/weapon/paper
|
var/obj/item/weapon/paper/PR = new/obj/item/weapon/paper
|
||||||
if( text2num(href_list["print"]) == 2)
|
PR.name = "list of researched technologies"
|
||||||
PR.name = "list of researched technologies"
|
PR.info = "<center><b>[station_name()] Science Laboratories</b>"
|
||||||
PR.info = "<center><h2>List of researched technologies</h2>"
|
PR.info += "<h2>[ (text2num(href_list["print"]) == 2) ? "Detailed" : ] Research Progress Report</h2>"
|
||||||
PR.info += "<i>by [station_name()] Research Lab at [worldtime2text()] station time</i></center><br>"
|
PR.info += "<i>report prepared at [worldtime2text()] station time</i></center><br>"
|
||||||
|
if(text2num(href_list["print"]) == 2)
|
||||||
PR.info += GetResearchListInfo()
|
PR.info += GetResearchListInfo()
|
||||||
else
|
else
|
||||||
PR.name = "researched technology levels"
|
|
||||||
PR.info = "<center><h2>Researched technology levels</h2>"
|
|
||||||
PR.info += "<i>by [station_name()] Research Lab at [worldtime2text()] station time</i></center><br>"
|
|
||||||
PR.info += GetResearchLevelsInfo()
|
PR.info += GetResearchLevelsInfo()
|
||||||
PR.info_links = PR.info
|
PR.info_links = PR.info
|
||||||
PR.icon_state = "paper_words"
|
PR.icon_state = "paper_words"
|
||||||
|
|||||||
Reference in New Issue
Block a user