mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-21 11:36:41 +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 title <!-- 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 muh immursion! <!-- 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. --> ## Changelog 🆑 spellcheck: CentComm => Centcom spellcheck: NanoTrasen => Nanotrasen /🆑 <!-- 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. -->
71 lines
2.2 KiB
Plaintext
71 lines
2.2 KiB
Plaintext
/obj/item/banner
|
|
name = "banner"
|
|
icon = 'icons/obj/items.dmi'
|
|
icon_state = "banner"
|
|
desc = "A banner that's invisible because it shouldn't exist."
|
|
|
|
/obj/item/banner/red
|
|
name = "red banner"
|
|
icon_state = "banner-red"
|
|
desc = "A red colored banner."
|
|
|
|
/obj/item/banner/blue
|
|
name = "blue banner"
|
|
icon_state = "banner-blue"
|
|
desc = "A blue colored banner."
|
|
|
|
/obj/item/banner/green
|
|
name = "green banner"
|
|
icon_state = "banner-green"
|
|
desc = "A green colored banner."
|
|
|
|
/obj/item/banner/nt
|
|
name = "\improper Nanotrasen banner"
|
|
icon_state = "banner-nt"
|
|
desc = "A banner with Nanotrasen's logo on it."
|
|
catalogue_data = list(/datum/category_item/catalogue/information/organization/nanotrasen)
|
|
|
|
/obj/item/banner/oricon
|
|
name = "\improper the orion confederation banner"
|
|
icon_state = "banner-solgov"
|
|
desc = "A banner with the symbol of The Orion Confederation Government."
|
|
catalogue_data = list(/datum/category_item/catalogue/information/organization/theorionconfederation)
|
|
|
|
/obj/item/banner/virgov
|
|
name = "\improper VirGov banner"
|
|
icon_state = "banner-virgov"
|
|
desc = "A banner with the symbol of the local government, the Vir Governmental Authority, also known as VirGov."
|
|
//catalogue_data = list(/datum/category_item/catalogue/information/organization/virgov)
|
|
//This one can just be removed once we're off Virgo.
|
|
|
|
|
|
/obj/item/banner/command
|
|
name = "\improper Command Banner"
|
|
icon_state = "banner"
|
|
desc = "A banner embroidered with the logo of Nanotrasen."
|
|
|
|
/obj/item/banner/engineering
|
|
name = "\improper Engitopia Banner"
|
|
icon_state = "banner_engineering"
|
|
desc = "A banner struck in the colors of the Engineering department."
|
|
|
|
/obj/item/banner/cargo
|
|
name = "\improper Cargonia Banner"
|
|
icon_state = "banner_cargo"
|
|
desc = "A banner struck in the colors of the Cargo department."
|
|
|
|
/obj/item/banner/science
|
|
name = "\improper Sciencia Banner"
|
|
icon_state = "banner_science"
|
|
desc = "A banner struck in the colors of the Research department."
|
|
|
|
/obj/item/banner/medical
|
|
name = "\improper Meditopia Banner"
|
|
icon_state = "banner_medical"
|
|
desc = "A banner struck in the colors of the Medical department."
|
|
|
|
/obj/item/banner/security
|
|
name = "\improper Securistan Banner"
|
|
icon_state = "banner_security"
|
|
desc = "A banner struck in the colors of the Security department."
|