Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Admin Fax System #70072

Closed
wants to merge 11 commits into from

Conversation

twilightwanderer
Copy link
Contributor

@twilightwanderer twilightwanderer commented Sep 22, 2022

About The Pull Request

Thanks to @kawoppi for giving me the opportunity to finish my implementation.

From the moment I put the fax functionality in the build, I planned the implementation of this system. The only reason I didn't do it right away was because I wanted to see how relevant the fax mechanics would be in the build. And now I'm ready to present my implementation of a fax messaging system similar to the Requests Manager system.

изображение

изображение

I5zxn6ppCM

Why It's Good For The Game

With this system, players will be able to send messages to a specially generated list of virtual faxes when accessed or hacked, and administrators will be able to read messages and send responses.

Changelog

🆑
add: Ability to send and receive administrator fax messages.
admin: Panel for easy viewing and sending messages to faxes.
/:cl:

@tgstation-server tgstation-server added Administration As generous gods, we have deigned to throw the jannies a bone Feature Exposes new bugs in interesting ways UI We make the game less playable, but with round edges labels Sep 22, 2022
@github-actions
Copy link
Contributor

You currently have a negative Fix/Feature pull request delta of -8. Maintainers may close this PR at will. Fixing issues or improving the codebase will improve this score.

@Jolly-66
Copy link
Contributor

The CC and Syndicate colors look extremely offensive, could you tone them back a bit? Clown Planet too but yellow is.. a color.

@twilightwanderer
Copy link
Contributor Author

The CC and Syndicate colors look extremely offensive, could you tone them back a bit? Clown Planet too but yellow is.. a color.

Correction, this is an example showing that TG-based assemblies can set their own list of faxes.

@Miczu555PL
Copy link

The CC and Syndicate colors look extremely offensive, could you tone them back a bit? Clown Planet too but yellow is.. a color.

Correction, this is an example showing that TG-based assemblies can set their own list of faxes.

White text on neon bright color. 💀

@kawoppi
Copy link
Contributor

kawoppi commented Sep 22, 2022

If I'm understanding that second screenshot correctly you can write faxes with the menu, that's really useful! Does it also allow you to use paper markdown when writing a fax that way?

@twilightwanderer
Copy link
Contributor Author

twilightwanderer commented Sep 22, 2022

If I'm understanding that second screenshot correctly you can write faxes with the menu, that's really useful! Does it also allow you to use paper markdown when writing a fax that way?

Yes. The paper is based on plain HTML. I originally tried to do a preview, but I couldn't beat the FPS sagging.

code/modules/admin/admin_verbs.dm Outdated Show resolved Hide resolved
Comment on lines 159 to 160
if(access_additional_faxes_check(user))
access_additional_faxes_toggle()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is weird, why don't we just let them see the faxes while they're on the UI with the required access? Maybe as a dropdown menu on it, so they're more on the UI rather than the physical object.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used the same concept as with the Request Console. Only the captain can speak for the station. His card can be used to enable or disable access. For example, you can ask him to do it or steal his card. When activated, the access will be permanent for people who do not have access.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logging in to a console is pretty different than this case, I feel this will just make the feature obscure to people.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can leave a hint in the description or make an authorization button.

code/modules/paperwork/fax.dm Outdated Show resolved Hide resolved
code/modules/paperwork/fax.dm Outdated Show resolved Hide resolved
code/modules/paperwork/fax.dm Outdated Show resolved Hide resolved
code/modules/paperwork/fax_manager.dm Outdated Show resolved Hide resolved
code/modules/paperwork/fax_manager.dm Show resolved Hide resolved
Comment on lines +12 to +21
GLOBAL_LIST_INIT(additional_faxes_list, list(
list("fax_name" = "Central Command", "button_color" = "#34c924"),
list("fax_name" = "Clown Planet", "button_color" = "#f4c800"),
))

GLOBAL_LIST_INIT(syndicate_faxes_list, list(
list("fax_name" = "Syndicate Coordination Center", "button_color" = "#ff0000"),
list("fax_name" = "Federation of Wizards", "button_color" = "#8b00ff"),
list("fax_name" = "Nar-Sie Church", "button_color" = "#8b0000"),
))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While this seems nice, I don't think I agree with it being in-game, unless you change the methods to gain these.
My thinking is limiting individual faxes to specific accesses (Centcom is Cap/Lawyer, Clown planet is Clown, Syndicate is Syndie access (the one that Agent IDs have), Nar'Sie could be maybe a culted fax using twisted construction, wizard federation I can't really explain at all).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand your criticism. But I still want to defend my approach. First of all, I'm afraid that organizing access for each role would make the system very complicated. Secondly, giving access to certain facsimiles for certain roles will narrow the framework for role-playing. I see no reason to limit the captain to be able to write complaints to Planet of the Clowns, and the clown to write unfunny jokes for the CC. Third, I created the list specifically based on requests from developers of other builds based on TG. They would like to be able to designate their own organizations and factions for their servers. For TG, I entered such organizations for example, and nothing stops them from tweaking or deleting.

code/modules/admin/admin_verbs.dm Outdated Show resolved Hide resolved
code/modules/admin/verbs/fax.dm Outdated Show resolved Hide resolved
@JohnFulpWillard JohnFulpWillard marked this pull request as draft September 24, 2022 07:08
@twilightwanderer twilightwanderer marked this pull request as ready for review September 25, 2022 08:19
@twilightwanderer twilightwanderer requested review from JohnFulpWillard and removed request for stylemistake September 27, 2022 09:50
Copy link
Member

@JohnFulpWillard JohnFulpWillard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm fine with the different organizations you can contact, but my opinion hasn't changed two things:

  • A dropdown menu with the admin faxes, to separate admins with player-faxes, especially since oranges had requested the ability to fax other stations (servers, so terry faxing sybil, ect), I would like it if admin ones weren't also filling up the space in such case.
  • No login needed on a fax, you just access it when you have the access on your ID, I think faxes are closer to access carded doors than secure command communication consoles used to call for emergencies..

@JohnFulpWillard JohnFulpWillard marked this pull request as draft October 1, 2022 16:39
@github-actions
Copy link
Contributor

github-actions bot commented Oct 9, 2022

This PR has been inactive for long enough to be automatically marked as stale. This means it is at risk of being auto closed in ~ 7 days, please address any outstanding review items and ensure your PR is finished, if these are all true and you are auto-staled anyway, you need to actively ask maintainers if your PR will be merged. Once you have done any of the previous actions then you should request a maintainer remove the stale label on your PR, to reset the stale timer. If you feel no maintainer will respond in that time, you may wish to close this PR youself, while you seek maintainer comment, as you will then be able to reopen the PR yourself

@github-actions github-actions bot added the Stale Even the uncaring universe rejects you, why even go on label Oct 9, 2022
@twilightwanderer
Copy link
Contributor Author

I still don't understand why players need to be restricted in this way.

@Bobbanz1 Bobbanz1 mentioned this pull request Nov 2, 2022
20 tasks
github-merge-queue bot pushed a commit to shiptest-ss13/Shiptest that referenced this pull request Aug 11, 2023
I'm shamelessly using [this
port](BeeStation/BeeStation-Hornet#8821) as a
guide. Credit to them for their great work. This PR constantly reminds
me to work on it.

<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

Fixes #1658.
Updates the papercode to be somewhat more in-line with TG's own.
Objective is to port the following pull requests:

* [x] Papercode 
* * [x] tgstation/tgstation#68612
* * [x] tgstation/tgstation#69071
* * [x] tgstation/tgstation#63879 (a small part
of it. i'm not doing this)
* * [x] tgstation/tgstation#73628
* * [x] tgstation/tgstation#72367
* * [x] tgstation/tgstation#73633
* [x] Photocopier Improvements (we already have this ported, we just
need to get it up to date)
* * [x] tgstation/tgstation#61323
* * [x] tgstation/tgstation#63287
* * [x] tgstation/tgstation#69198
* * [x] tgstation/tgstation#69005
* * ~~custom shiptest forms~~ going to be put into a different pr
* [x] Fax Machines
* * [x] figure out why it's broken (it's a whitesands system from
oracle. i'm replacing it entirely)
* * [x] tgstation/tgstation#69397
* * [x] tgstation/tgstation#69554
* * [x] tgstation/tgstation#69651
* * [x] tgstation/tgstation#70072
* * [x] tgstation/tgstation#71262
* * [x] fix issues with logging and following
* * [x] make fax machines be properly named
* * [x] custom admin fax recipients

* [x] make it not break interviews

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game

Fax machines have been broken for a good while. Recent re-introduction
of SolGov into the game, a very bureaucratic entity, demands better
paperwork. Annoy admins, send threats, shurikens and pizza through fax.
Admins don't have to use NanoPrayer:tm: anymore. Kansatsu funnies. Inteq
binding contracts. Send pictures of your ass to everyone in the sector.
Get hunted down by the paperwork police for sending pictures of your ass
to everyone in the sector.

<!-- Please add a short description of why you think these changes would
benefit the game. If you can't justify it in words, it might not be
worth adding. -->

## Changelog

:cl: Bobbanz1, Timberpoes, SteelSlayer, twilightwanderer, ShizCalev,
timothymtorres, Imaginos16, dragomagol, Jacquerel, Mothblocks,
ThePotato97, LemonInTheDark, ported by MeeMOfCourse
qol: AIs now see the full paper interface when players show them papers
through the camera, exactly what's written on the paper, fully rendered.
refactor: Paper code has been completely refactored.
fix: Fixes signatures not working at all. Signatures now only work when
%s or %sign is put into an [___] input field.
fix: Input fields are now fixed and also work again.
fix: Fixes markdown paragraphing not working in paper code.
tweak: You can insert any type of toner cartridge into photocopiers, and
regardless of the currently inserted toner's charge level.
tweak: Toner cartridges can be ejected from photocopiers at any time
add: Added a system of forms and the ability to print them
fix: Hints in bureaucracy forms
add: Added new VOID stamp
tweak: switches old oracle fax machine with tg's fax machine system
fix: Fixes faxes playing the "fax_contain" animation and makes it
actually use the "fax_receive" animation when receiving.
imageadd: Resprites fax machines!
admin: fax messages and book printings are now logged in paper.log
admin: renaming fax machines is logged in game log
add: You can now send photos or trading cards through the fax machine.
add: You can now hack the wires of a fax machine to have it throw items
harder or accept additional flat input items such as material sheets, ID
cards, and pizza slices.
add: Ability to send and receive administrator fax messages.
admin: Panel for easy viewing and sending messages to faxes.
fix: Fixes a crash of TGUI fax panel when there is no fax in the network
fix: Fixes a crash of the Fax Manager panel when there is no fax
machines in the network.
fix: You can no longer remove the toner cartridge from a printer while
it's busy printing.
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->

---------

Signed-off-by: meemofcourse <75212565+meemofcourse@users.noreply.github.com>
MarkSuckerberg pushed a commit to MarkSuckerberg/Shiptest that referenced this pull request Aug 11, 2023
I'm shamelessly using [this
port](BeeStation/BeeStation-Hornet#8821) as a
guide. Credit to them for their great work. This PR constantly reminds
me to work on it.

<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

Fixes shiptest-ss13#1658.
Updates the papercode to be somewhat more in-line with TG's own.
Objective is to port the following pull requests:

* [x] Papercode 
* * [x] tgstation/tgstation#68612
* * [x] tgstation/tgstation#69071
* * [x] tgstation/tgstation#63879 (a small part
of it. i'm not doing this)
* * [x] tgstation/tgstation#73628
* * [x] tgstation/tgstation#72367
* * [x] tgstation/tgstation#73633
* [x] Photocopier Improvements (we already have this ported, we just
need to get it up to date)
* * [x] tgstation/tgstation#61323
* * [x] tgstation/tgstation#63287
* * [x] tgstation/tgstation#69198
* * [x] tgstation/tgstation#69005
* * ~~custom shiptest forms~~ going to be put into a different pr
* [x] Fax Machines
* * [x] figure out why it's broken (it's a whitesands system from
oracle. i'm replacing it entirely)
* * [x] tgstation/tgstation#69397
* * [x] tgstation/tgstation#69554
* * [x] tgstation/tgstation#69651
* * [x] tgstation/tgstation#70072
* * [x] tgstation/tgstation#71262
* * [x] fix issues with logging and following
* * [x] make fax machines be properly named
* * [x] custom admin fax recipients

* [x] make it not break interviews

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game

Fax machines have been broken for a good while. Recent re-introduction
of SolGov into the game, a very bureaucratic entity, demands better
paperwork. Annoy admins, send threats, shurikens and pizza through fax.
Admins don't have to use NanoPrayer:tm: anymore. Kansatsu funnies. Inteq
binding contracts. Send pictures of your ass to everyone in the sector.
Get hunted down by the paperwork police for sending pictures of your ass
to everyone in the sector.

<!-- Please add a short description of why you think these changes would
benefit the game. If you can't justify it in words, it might not be
worth adding. -->

## Changelog

:cl: Bobbanz1, Timberpoes, SteelSlayer, twilightwanderer, ShizCalev,
timothymtorres, Imaginos16, dragomagol, Jacquerel, Mothblocks,
ThePotato97, LemonInTheDark, ported by MeeMOfCourse
qol: AIs now see the full paper interface when players show them papers
through the camera, exactly what's written on the paper, fully rendered.
refactor: Paper code has been completely refactored.
fix: Fixes signatures not working at all. Signatures now only work when
%s or %sign is put into an [___] input field.
fix: Input fields are now fixed and also work again.
fix: Fixes markdown paragraphing not working in paper code.
tweak: You can insert any type of toner cartridge into photocopiers, and
regardless of the currently inserted toner's charge level.
tweak: Toner cartridges can be ejected from photocopiers at any time
add: Added a system of forms and the ability to print them
fix: Hints in bureaucracy forms
add: Added new VOID stamp
tweak: switches old oracle fax machine with tg's fax machine system
fix: Fixes faxes playing the "fax_contain" animation and makes it
actually use the "fax_receive" animation when receiving.
imageadd: Resprites fax machines!
admin: fax messages and book printings are now logged in paper.log
admin: renaming fax machines is logged in game log
add: You can now send photos or trading cards through the fax machine.
add: You can now hack the wires of a fax machine to have it throw items
harder or accept additional flat input items such as material sheets, ID
cards, and pizza slices.
add: Ability to send and receive administrator fax messages.
admin: Panel for easy viewing and sending messages to faxes.
fix: Fixes a crash of TGUI fax panel when there is no fax in the network
fix: Fixes a crash of the Fax Manager panel when there is no fax
machines in the network.
fix: You can no longer remove the toner cartridge from a printer while
it's busy printing.
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->

---------

Signed-off-by: meemofcourse <75212565+meemofcourse@users.noreply.github.com>
MarkSuckerberg pushed a commit to MarkSuckerberg/Shiptest that referenced this pull request Sep 13, 2023
I'm shamelessly using [this
port](BeeStation/BeeStation-Hornet#8821) as a
guide. Credit to them for their great work. This PR constantly reminds
me to work on it.

<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

Fixes shiptest-ss13#1658.
Updates the papercode to be somewhat more in-line with TG's own.
Objective is to port the following pull requests:

* [x] Papercode 
* * [x] tgstation/tgstation#68612
* * [x] tgstation/tgstation#69071
* * [x] tgstation/tgstation#63879 (a small part
of it. i'm not doing this)
* * [x] tgstation/tgstation#73628
* * [x] tgstation/tgstation#72367
* * [x] tgstation/tgstation#73633
* [x] Photocopier Improvements (we already have this ported, we just
need to get it up to date)
* * [x] tgstation/tgstation#61323
* * [x] tgstation/tgstation#63287
* * [x] tgstation/tgstation#69198
* * [x] tgstation/tgstation#69005
* * ~~custom shiptest forms~~ going to be put into a different pr
* [x] Fax Machines
* * [x] figure out why it's broken (it's a whitesands system from
oracle. i'm replacing it entirely)
* * [x] tgstation/tgstation#69397
* * [x] tgstation/tgstation#69554
* * [x] tgstation/tgstation#69651
* * [x] tgstation/tgstation#70072
* * [x] tgstation/tgstation#71262
* * [x] fix issues with logging and following
* * [x] make fax machines be properly named
* * [x] custom admin fax recipients

* [x] make it not break interviews

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game

Fax machines have been broken for a good while. Recent re-introduction
of SolGov into the game, a very bureaucratic entity, demands better
paperwork. Annoy admins, send threats, shurikens and pizza through fax.
Admins don't have to use NanoPrayer:tm: anymore. Kansatsu funnies. Inteq
binding contracts. Send pictures of your ass to everyone in the sector.
Get hunted down by the paperwork police for sending pictures of your ass
to everyone in the sector.

<!-- Please add a short description of why you think these changes would
benefit the game. If you can't justify it in words, it might not be
worth adding. -->

## Changelog

:cl: Bobbanz1, Timberpoes, SteelSlayer, twilightwanderer, ShizCalev,
timothymtorres, Imaginos16, dragomagol, Jacquerel, Mothblocks,
ThePotato97, LemonInTheDark, ported by MeeMOfCourse
qol: AIs now see the full paper interface when players show them papers
through the camera, exactly what's written on the paper, fully rendered.
refactor: Paper code has been completely refactored.
fix: Fixes signatures not working at all. Signatures now only work when
%s or %sign is put into an [___] input field.
fix: Input fields are now fixed and also work again.
fix: Fixes markdown paragraphing not working in paper code.
tweak: You can insert any type of toner cartridge into photocopiers, and
regardless of the currently inserted toner's charge level.
tweak: Toner cartridges can be ejected from photocopiers at any time
add: Added a system of forms and the ability to print them
fix: Hints in bureaucracy forms
add: Added new VOID stamp
tweak: switches old oracle fax machine with tg's fax machine system
fix: Fixes faxes playing the "fax_contain" animation and makes it
actually use the "fax_receive" animation when receiving.
imageadd: Resprites fax machines!
admin: fax messages and book printings are now logged in paper.log
admin: renaming fax machines is logged in game log
add: You can now send photos or trading cards through the fax machine.
add: You can now hack the wires of a fax machine to have it throw items
harder or accept additional flat input items such as material sheets, ID
cards, and pizza slices.
add: Ability to send and receive administrator fax messages.
admin: Panel for easy viewing and sending messages to faxes.
fix: Fixes a crash of TGUI fax panel when there is no fax in the network
fix: Fixes a crash of the Fax Manager panel when there is no fax
machines in the network.
fix: You can no longer remove the toner cartridge from a printer while
it's busy printing.
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->

---------

Signed-off-by: meemofcourse <75212565+meemofcourse@users.noreply.github.com>
github-merge-queue bot pushed a commit to shiptest-ss13/Shiptest that referenced this pull request Feb 2, 2024
…CentCom (#2653)

<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
This pull requests ports:
* BeeStation/BeeStation-Hornet#9408
* BeeStation/BeeStation-Hornet#9236
This pull request reverts:
* tgstation/tgstation#70072

The requests manager is now a thing.

![264860380-6d27a710-8ac1-4864-9abe-4c13f4885cba](https://github.com/shiptest-ss13/Shiptest/assets/75212565/dc3277d3-9770-4450-97a8-6b4b918cf25b)

It also adds little offices with fax machines for factions to CentCom,
which recieve the physical paper and can send faxes back (though admins
can still make use of the fax panel).

![imagen](https://github.com/shiptest-ss13/Shiptest/assets/75212565/1abb223f-1914-4ab9-8240-e2969a4e47f5)
They can also fax each other, if ever needed.

![imagen](https://github.com/shiptest-ss13/Shiptest/assets/75212565/1d551e8e-cbea-4116-a608-f319411484b6)


<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game
* Gives admins the ability to see a very easy to use recap of all
requests that occur in a round. This system is readily extendible to
support other types of requests, should someone care to add it.
* Better admin tools, admins can now send faxes directly via the new Fax
Manager verb, and faxes are show in the request panel instead of its own
panel.
* You can now LARP as a Cybersun minimum wage intern handling faxes.

<!-- Please add a short description of why you think these changes would
benefit the game. If you can't justify it in words, it might not be
worth adding. -->

## Changelog

:cl: bobbahbrown, itsmeow, meemofcourse
add: CentCom now has some small offices, which recieve physical faxes.
add: Fax machines now announce that they have received a fax over radio.
add: Fax machines announce important faxes VERY LOUDLY.
balance: Faxes no longer require a subspace ansible crystal.
code: Faxes now use typepath instead of varedit.
tweak: Changed how special/faction faxes work. Login is no longer
required to use special faxes.
admin: Add Requests Manager to view all fax messages/prayers/centcom and
syndicate requests/and nuke code requests within a round.
admin: Removed old fax manager in favor of Requests Manager, added "Send
Fax Message" verb to send admin faxes via a menu.
fix: Fixed runtime when ghosts tried to view paper.
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
MysticalFaceLesS pushed a commit to MysticalFaceLesS/Shiptest that referenced this pull request Feb 2, 2024
…CentCom (shiptest-ss13#2653)

<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
This pull requests ports:
* BeeStation/BeeStation-Hornet#9408
* BeeStation/BeeStation-Hornet#9236
This pull request reverts:
* tgstation/tgstation#70072

The requests manager is now a thing.

![264860380-6d27a710-8ac1-4864-9abe-4c13f4885cba](https://github.com/shiptest-ss13/Shiptest/assets/75212565/dc3277d3-9770-4450-97a8-6b4b918cf25b)

It also adds little offices with fax machines for factions to CentCom,
which recieve the physical paper and can send faxes back (though admins
can still make use of the fax panel).

![imagen](https://github.com/shiptest-ss13/Shiptest/assets/75212565/1abb223f-1914-4ab9-8240-e2969a4e47f5)
They can also fax each other, if ever needed.

![imagen](https://github.com/shiptest-ss13/Shiptest/assets/75212565/1d551e8e-cbea-4116-a608-f319411484b6)


<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game
* Gives admins the ability to see a very easy to use recap of all
requests that occur in a round. This system is readily extendible to
support other types of requests, should someone care to add it.
* Better admin tools, admins can now send faxes directly via the new Fax
Manager verb, and faxes are show in the request panel instead of its own
panel.
* You can now LARP as a Cybersun minimum wage intern handling faxes.

<!-- Please add a short description of why you think these changes would
benefit the game. If you can't justify it in words, it might not be
worth adding. -->

## Changelog

:cl: bobbahbrown, itsmeow, meemofcourse
add: CentCom now has some small offices, which recieve physical faxes.
add: Fax machines now announce that they have received a fax over radio.
add: Fax machines announce important faxes VERY LOUDLY.
balance: Faxes no longer require a subspace ansible crystal.
code: Faxes now use typepath instead of varedit.
tweak: Changed how special/faction faxes work. Login is no longer
required to use special faxes.
admin: Add Requests Manager to view all fax messages/prayers/centcom and
syndicate requests/and nuke code requests within a round.
admin: Removed old fax manager in favor of Requests Manager, added "Send
Fax Message" verb to send admin faxes via a menu.
fix: Fixed runtime when ghosts tried to view paper.
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Administration As generous gods, we have deigned to throw the jannies a bone Feature Exposes new bugs in interesting ways Stale Even the uncaring universe rejects you, why even go on UI We make the game less playable, but with round edges
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants