mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
<!-- 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 Same as the previous PR with slimepeople, this PR washes the windows of the old Tiziran description and adds a bunch of new details. <!-- Describe The Pull Request. Please be sure every change is documented or this can delay review and even discourage maintainers from merging your PR! --> <!-- Please make sure to actually test your PRs. If you have not tested your PR mention it. --> ## Why It's Good For The Game A little closer to what we're looking for with the Tiziran lore, gives players lots of new information and tidbits to work with for their own writing. <!-- Argue for the merits of your changes and how they benefit the game, especially if they are controversial and/or far reaching. If you can't actually explain WHY what you are doing will improve the game, then it probably isn't good for the game in the first place. --> ## Proof Of Testing Fully functional after the fixes! Check it out! <img width="907" height="455" alt="image" src="https://github.com/user-attachments/assets/2b30aae5-bc35-4ab3-91bd-cd8f51000e8d" /> </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 mark your PRs to prevent unnecessary GBP loss. You can read up on GBP and its 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. --> 🆑 ReturnToZender fix: Updates the Tiziran lore to match the new lore for them, also it's not "Tizirian" fix: SpeciesPage tgui updated to match TG upstream /🆑 <!-- 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. -->
52 lines
2.0 KiB
Plaintext
52 lines
2.0 KiB
Plaintext
//all sprites by Crumpaloo
|
|
|
|
/obj/structure/sign/flag/galfed
|
|
name = "flag of the Galactic Federation"
|
|
desc = "The flag of the Galactic Federation. Despite being but a sliver of the full galaxy, this flag stands for freedom and equality for all no matter their species, religion, or culture."
|
|
icon = 'modular_zubbers/icons/obj/flags.dmi'
|
|
icon_state = "flag_galfed"
|
|
item_flag = /obj/item/sign/flag/galfed
|
|
|
|
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/flag/galfed, 32)
|
|
|
|
/obj/structure/sign/flag/tizira
|
|
name = "flag of the Tiziran Empire"
|
|
desc = "The flag of the Tiziran Empire. The large red sun in the middle is a traditional Tiziran symbol representing their main deity, Aola."
|
|
icon = 'modular_zubbers/icons/obj/flags.dmi'
|
|
icon_state = "flag_tizira"
|
|
|
|
/obj/structure/sign/flag/terragov
|
|
name = "flag of the Terran Government"
|
|
desc = "The flag of the Terran Government, home of humanity."
|
|
|
|
/obj/item/sign/flag/galfed
|
|
name = "folded flag of the Galactic Federation"
|
|
desc = "The folded flag of the Galactic Federation."
|
|
icon = 'modular_zubbers/icons/obj/flags.dmi'
|
|
icon_state = "folded_galfed"
|
|
sign_path = /obj/structure/sign/flag/galfed
|
|
|
|
/obj/item/sign/flag/tizira
|
|
name = "folded flag of the Tiziran Empire"
|
|
desc = "The folded flag of the Tiziran Empire."
|
|
icon = 'modular_zubbers/icons/obj/flags.dmi'
|
|
icon_state = "folded_tizira"
|
|
|
|
/obj/item/sign/flag/terragov
|
|
name = "folded flag of the Terran Government"
|
|
desc = "The folded flag of the Terran Government."
|
|
|
|
/obj/structure/sign/flag/nri
|
|
name = "flag of the Pan-Slavic Commonwealth."
|
|
desc = "The flag of the Commonwealth, donning the Pan-Slavic colours of Blue, White and Red, as defined all the way back in 1848 on old Terra. Long way from home, druzya."
|
|
icon = 'modular_zubbers/icons/obj/flags.dmi'
|
|
icon_state = "flag_nri"
|
|
item_flag = /obj/item/sign/flag/nri
|
|
|
|
/obj/item/sign/flag/nri
|
|
name = "folded flag of the Pan-Slavic Commonwealth"
|
|
desc = "The folded flag of the Pan-Slavic Commonwealth."
|
|
icon = 'modular_zubbers/icons/obj/flags.dmi'
|
|
icon_state = "folded_nri"
|
|
sign_path = /obj/structure/sign/flag/nri
|