mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
[Modular] Adds Clown & Mime Planet to the Fax. (#785)
<!-- 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  Pink because this seems to be the clown colour (the stamp, for example.), same with the Mime. <!-- Please make sure to actually test your PRs. If you have not tested your PR mention it. --> ## Why It's Good For The Game People already fax to Clown Planet. This just means they're pressing the button that says the place they want it. ## 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 mark your PRs to prevent unnecessary GBP loss. You can read up on GBP and it's effects on PRs in the tgstation guides for contributors. 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. --> 🆑 Cursour, dictated by the Joker (Jack Nicholson and Jared Leto versions) and Pogo. add: One may now directly fax Clown Planet. Mime Planet too if you hate trees. /🆑 <!-- Both 🆑's are required for the changelog to work! You can put your name to the right of the first 🆑 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. --> <!-- By opening a pull request. You have read and understood the repository rules located on the main README.md on this project. -->
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
Soato = list(fax_name = "Soato", fax_id = "Soato", color = "orange", emag_needed = TRUE),
|
||||
SolFed = list(fax_name = "SBI", fax_id = "SBI", color = "orange", emag_needed = FALSE),
|
||||
Irs = list(fax_name = "IRS", fax_id = "IRS", color = "orange", emag_needed = FALSE),
|
||||
Clowns = list(fax_name = "Clown Planet", fax_id = "Clowns", color = "pink", emag_needed = FALSE),
|
||||
Mimes = list(fax_name = "La Pantomime Troupe", fax_id = "Mimes", color = "white", emag_needed = FALSE),
|
||||
WizFed = list(fax_name = "Wizard Fed", fax_id = "WizFed", color = "blue", emag_needed = TRUE),
|
||||
Union = list(fax_name = "Union", fax_id = "Union", color = "orange", emag_needed = TRUE),
|
||||
//Syndicate companies
|
||||
|
||||
Reference in New Issue
Block a user