From 769edd4e01092333e52388b86ecc3c95952f66ec Mon Sep 17 00:00:00 2001 From: Cursor <102828457+theselfish@users.noreply.github.com> Date: Sun, 3 Dec 2023 16:05:20 +0000 Subject: [PATCH] [Modular] Adds Clown & Mime Planet to the Fax. (#785) ## About The Pull Request ![image](https://github.com/Bubberstation/Bubberstation/assets/102828457/a51e91da-d9c5-4c45-b2a6-c4219d1aaad7) Pink because this seems to be the clown colour (the stamp, for example.), same with the Mime. ## 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 :cl: 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. /:cl: --- modular_zubbers/code/modules/paperwork/fax.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modular_zubbers/code/modules/paperwork/fax.dm b/modular_zubbers/code/modules/paperwork/fax.dm index 98b9f130331..16af1ba95f5 100644 --- a/modular_zubbers/code/modules/paperwork/fax.dm +++ b/modular_zubbers/code/modules/paperwork/fax.dm @@ -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