-
Notifications
You must be signed in to change notification settings - Fork 604
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> Feedback here so I see it faster: https://discord.com/channels/150315577943130112/1233574245418668042/1233574245418668042 # About the pull request Adds a bunch of forms that can be taken out of filing cabinets to be filled out. Makes use of paperwork much more practical, and as it's using HTML, significantly more customisable. This PR has focused on Military Police and the Corporate Liaison, but the system is designed to be completely modular. While I have thoroughly tested my system works the way I want it to, I would appreciate input on quality/efficiency improvement. # Explain why it's good for the game QOL, I think it will encourage people to use paperwork a lot more. I particularly want to see Military Police using it more often particularly in regards to Appeals. # Testing Photographs and Procedure <!-- Include any screenshots/videos/debugging steps of the modified code functioning successfully, ideally including edge cases. --> <details> <summary>Screenshots & Videos</summary> There are a couple inconsistencies in the images below, but these have been corrected since. ![image](https://github.com/cmss13-devs/cmss13/assets/41653574/9afb0955-7229-4c97-8063-59e7f5a197ca) ![image](https://github.com/cmss13-devs/cmss13/assets/41653574/2b744bdc-592a-4512-ae9f-8ef86b0e6794) </details> # Changelog <!-- If your PR modifies aspects of the game that can be concretely observed by players or admins you should add a changelog. If your change does NOT meet this description, remove this section. Be sure to properly label your changes in the changelog. Please note that maintainers freely reserve the right to remove and add tags should they deem it appropriate. You can attempt to finagle the system all you want, but it's best to shoot for clear communication right off the bat. --> <!-- If you add a name after the ':cl', that name will be used in the changelog. You must add your CKEY after the CL if your GitHub name doesn't match. Maintainers freely reserve the right to remove and add tags should they deem it appropriate. --> :cl: code: Reorganises how paperwork gets image references, and moves them to a new folder. add: Added prefab paperwork forms for use by Military Police and the Corporate Liaison. imageadd: Added a dark background often used by staff faxes for easy referencing. imageadd: Updated WY and USCM logos to higher quality versions. code: Reorganises the fountain pen into a subtype of obj/item/tool/pen/multicolor to make the functionality usable in multiple pens. add: Adds a provost pen, a variant of multicolor pen that can switch between Black, White, Orange, Blue, Green and Red. Intended for use in filling out MP forms. /:cl: <!-- Both :cl:'s are required for the changelog to work! --> --------- Co-authored-by: harryob <[email protected]> Co-authored-by: Drathek <[email protected]>
- Loading branch information
1 parent
bddfea0
commit cb537e2
Showing
58 changed files
with
3,308 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#define PAPER_CATEGORY_USCM "USCM" | ||
#define PAPER_CATEGORY_USCM_HC "USCM HC" | ||
|
||
#define PAPER_CATEGORY_MP "Military Police" | ||
#define PAPER_CATEGORY_PROVOST "Provost" | ||
|
||
#define PAPER_CATEGORY_LIAISON "WY Liaison" | ||
#define PAPER_CATEGORY_WEYYU_HC "Weyland Yutani" | ||
|
||
#define PAPER_CATEGORY_UPP_HC "UPP HC" | ||
|
||
#define PAPER_CATEGORY_CMB_HC "CMB HC" | ||
|
||
#define PAPER_CATEGORY_CLF_HC "CLF HC" | ||
|
||
#define PAPER_CATEGORY_TWE_HC "TWE HC" | ||
|
||
#define PAPER_CATEGORY_PRESS_HC "PRESS HC" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.