mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
46 lines
1.7 KiB
Plaintext
46 lines
1.7 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/solgov
|
|
name = "\improper SolGov banner"
|
|
icon_state = "banner-solgov"
|
|
desc = "A banner with the symbol of the Solar Confederate Government."
|
|
catalogue_data = list(/datum/category_item/catalogue/information/organization/solgov)
|
|
|
|
/obj/item/banner/altevian
|
|
name = "\improper Altevian Hegemony Banner"
|
|
icon_state = "banner-altevian"
|
|
desc = "A banner that flies for the pride of the hegemony."
|
|
//catalogue_data = list(/datum/category_item/catalogue/information/organization/altevian_hegemony) // TODO?
|
|
|
|
//VOREStation Removal //CHOMP re-addition. Seriously? You commented this out for your lore? What's wrong with JUST NOT SPAWNING IT or something.
|
|
/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) //CHOMP Removal. We need to add our own code/game/busy_space/organizations.dm for lore
|