Files
CHOMPStation2/code/game/objects/banners.dm
2024-09-30 21:36:41 +02:00

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