Added old and antique Biesel flags (#17170)

* Added old and antique Biesel flags

Update lore desc to make clear, that displaying something that is a direct threat to the SCC is a -very- bad move.

* Add the antique flag to the loadout

---------

Co-authored-by: Cody Brittain <cbrittain10@live.com>
This commit is contained in:
Cody Brittain
2023-10-06 05:23:07 -04:00
committed by GitHub
parent 878bba505e
commit 6fc69c56c2
4 changed files with 122 additions and 0 deletions

View File

@@ -1390,6 +1390,84 @@
/obj/structure/sign/flag/biesel/large/west/New()
..(loc, WEST)
/obj/item/flag/biesel/old
name = "old Autonomous Solarian Republic of Biesel flag"
desc = "The flag used by Biesel and Valkyrie while they were semi-autonomous colonies of the Solarian Alliance, re-instated briefly during the 33rd Fleet's invasion and occupation in 2459. Due to this and the general hatred of the Sol Alliance across Tau Ceti, displaying this flag anywhere in Tau Ceti space would be a bold move, and is illegal as it often carries anti-corporatist and/or treasonous sentiments."
flag_path = "biesel_old"
flag_structure = /obj/structure/sign/flag/biesel/old
/obj/structure/sign/flag/biesel/old
name = "old Autonomous Solarian Republic of Biesel flag"
desc = "The flag used by Biesel and Valkyrie while they were semi-autonomous colonies of the Solarian Alliance, re-instated briefly during the 33rd Fleet's invasion and occupation in 2459. Due to this and the general hatred of the Sol Alliance across Tau Ceti, displaying this flag anywhere in Tau Ceti space would be a bold move, and is illegal as it often carries anti-corporatist and/or treasonous sentiments."
flag_path = "biesel_old"
icon_state = "biesel_old"
flag_item = /obj/item/flag/biesel/old
/obj/structure/sign/flag/biesel/old/unmovable
unmovable = TRUE
/obj/item/flag/biesel/old/l
name = "large old Autonomous Solarian Republic of Biesel flag"
flag_size = TRUE
flag_structure = /obj/structure/sign/flag/biesel/old/large
/obj/structure/sign/flag/biesel/old/large
icon_state = "biesel_old_l"
flag_path = "biesel_old"
flag_size = TRUE
flag_item = /obj/item/flag/biesel/old/l
/obj/structure/sign/flag/biesel/old/large/north/New()
..(loc, NORTH)
/obj/structure/sign/flag/biesel/old/large/south/New()
..(loc, SOUTH)
/obj/structure/sign/flag/biesel/old/large/east/New()
..(loc, EAST)
/obj/structure/sign/flag/biesel/old/large/west/New()
..(loc, WEST)
/obj/item/flag/biesel/antique
name = "antique Solarian Colonial Mandate of Tau Ceti flag"
desc = "The flag used by Biesel and Valkyrie before the Interstellar War, during its initial colonization. This flag still has the old Solarian Alliance canton in the corner. This flag is old enough that it is considered an antique and not illegal to display, but would still be a bad move to publicly display it in Tau Ceti space, primarily due to its rarity."
flag_path = "biesel_antique"
flag_structure = /obj/structure/sign/flag/biesel/antique
/obj/structure/sign/flag/biesel/antique
name = "antique Solarian Colonial Mandate of Tau Ceti flag"
desc = "The flag used by Biesel and Valkyrie before the Interstellar War, during its initial colonization. This flag still has the old Solarian Alliance canton in the corner. This flag is old enough that it is considered an antique and not illegal to display, but would still be a bad move to publicly display it in Tau Ceti space, primarily due to its rarity."
flag_path = "biesel_antique"
icon_state = "biesel_antique"
flag_item = /obj/item/flag/biesel/antique
/obj/structure/sign/flag/biesel/antique/unmovable
unmovable = TRUE
/obj/item/flag/biesel/antique/l
name = "large antique Solarian Colonial Mandate of Tau Ceti flag"
flag_size = TRUE
flag_structure = /obj/structure/sign/flag/biesel/antique/large
/obj/structure/sign/flag/biesel/antique/large
icon_state = "biesel_antique_l"
flag_path = "biesel_antique"
flag_size = TRUE
flag_item = /obj/item/flag/biesel/antique/l
/obj/structure/sign/flag/biesel/antique/large/north/New()
..(loc, NORTH)
/obj/structure/sign/flag/biesel/antique/large/south/New()
..(loc, SOUTH)
/obj/structure/sign/flag/biesel/antique/large/east/New()
..(loc, EAST)
/obj/structure/sign/flag/biesel/antique/large/west/New()
..(loc, WEST)
// SCC
/obj/item/flag/scc

View File

@@ -150,6 +150,7 @@
banners["banner, New Kingdom of Adhomai"] = /obj/item/flag/nka
banners["banner, Free Tajaran Council"] = /obj/item/flag/ftc
banners["banner, Republic of Biesel"] = /obj/item/flag/biesel
banners["banner, Solarian Colonial Mandate of Tau Ceti"] = /obj/item/flag/biesel/antique
banners["banner, CT-EUM"] = /obj/item/flag/cteum
banners["banner, Trinary Perfection"] = /obj/item/flag/trinaryperfection
banners["banner, Hephaestus Industries"] = /obj/item/flag/heph
@@ -222,6 +223,7 @@
flags["flag, New Kingdom of Adhomai"] = /obj/item/flag/nka/l
flags["flag, Free Tajaran Council"] = /obj/item/flag/ftc/l
flags["flag, Republic of Biesel"] = /obj/item/flag/biesel/l
flags["flag, Solarian Colonial Mandate of Tau Ceti"] = /obj/item/flag/biesel/antique/l
flags["flag, Trinary Perfection"] = /obj/item/flag/trinaryperfection/l
flags["flag, Hephaestus Industries"] = /obj/item/flag/heph/l
flags["flag, Idris Incorporated"] = /obj/item/flag/idris/l