mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
40 lines
1.5 KiB
Plaintext
40 lines
1.5 KiB
Plaintext
/obj/item/weapon/banner
|
|
name = "banner"
|
|
icon = 'icons/obj/items.dmi'
|
|
icon_state = "banner"
|
|
desc = "A banner that's invisible because it shouldn't exist."
|
|
|
|
/obj/item/weapon/banner/red
|
|
name = "red banner"
|
|
icon_state = "banner-red"
|
|
desc = "A red colored banner."
|
|
|
|
/obj/item/weapon/banner/blue
|
|
name = "blue banner"
|
|
icon_state = "banner-blue"
|
|
desc = "A blue colored banner."
|
|
|
|
/obj/item/weapon/banner/green
|
|
name = "green banner"
|
|
icon_state = "banner-green"
|
|
desc = "A green colored banner."
|
|
|
|
/obj/item/weapon/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/weapon/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)
|
|
|
|
//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/weapon/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
|