mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Add a few networks to fax, which send papers to request manager, and staff can answer on them from fax panel. (#71129)
## About The Pull Request This PR adds the ability to send faxes to a central command or syndicate, which will be delivered to the admins in request format. And also, a fax panel for admins has been added, which will allow them to conveniently send a fax already back (including stamps)     ## Why It's Good For The Game More bureacracy gaming. ## Changelog 🆑 Vishenka0704 add: A way to send faxes to CentCom/Syndicate admin: New fax panel(with stamps!!!) /🆑 Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
co-authored by
Mothblocks
parent
aa966ea469
commit
ec1115efff
@@ -1738,3 +1738,12 @@
|
||||
editor.force_view_chunk = log_entry["chunk"]
|
||||
editor.force_modal = "viewChunk"
|
||||
editor.ui_interact(usr)
|
||||
|
||||
else if(href_list["show_paper"])
|
||||
if(!check_rights(R_ADMIN))
|
||||
return
|
||||
|
||||
var/obj/item/paper/paper_to_show = locate(href_list["show_paper"])
|
||||
if(!paper_to_show)
|
||||
return
|
||||
paper_to_show.ui_interact(usr)
|
||||
|
||||
Reference in New Issue
Block a user