diff --git a/code/game/objects/banners.dm b/code/game/objects/banners.dm index 3bca84896d..d38afacaf4 100644 --- a/code/game/objects/banners.dm +++ b/code/game/objects/banners.dm @@ -35,4 +35,4 @@ 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) \ No newline at end of file + //catalogue_data = list(/datum/category_item/catalogue/information/organization/virgov) YW Edit \ No newline at end of file diff --git a/code/modules/catalogue/catalogue_data.dm b/code/modules/catalogue/catalogue_data.dm index 15576d6837..ac9b94743b 100644 --- a/code/modules/catalogue/catalogue_data.dm +++ b/code/modules/catalogue/catalogue_data.dm @@ -356,10 +356,11 @@ GLOBAL_DATUM_INIT(catalogue_data, /datum/category_collection/catalogue, new) name = "Government - Solar Confederate Government" datum_to_copy = /datum/lore/organization/gov/solgov +/* YW EDIT start /datum/category_item/catalogue/information/organization/virgov name = "Government - Vir Governmental Authority" datum_to_copy = /datum/lore/organization/gov/virgov - +*/// YW EDIT end /datum/category_item/catalogue/anomalous