Sankt Frederick Flags (#21747)

Adds Sankt Frederick flags and banners as a standalone feature.

<img width="214" height="140" alt="image"
src="https://github.com/user-attachments/assets/eb871bfd-a863-454f-84fd-c098cfea578f"
/>

Cool tank-top not included.

### Asset Licenses
| icons/obj/structure/flags.dmi | the_ill_fated | CC-BY-SA-3.0 |

---------

Signed-off-by: HanSolo1519 <72716882+HanSolo1519@users.noreply.github.com>
This commit is contained in:
HanSolo1519
2026-02-01 23:40:51 +00:00
committed by GitHub
parent 306206f542
commit 308224e473
4 changed files with 104 additions and 0 deletions
@@ -4068,3 +4068,47 @@
/obj/structure/sign/flag/zhurong/large/west/Initialize(mapload)
. = ..(mapload, WEST)
// Sankt Frederick
/obj/structure/sign/flag/sfk
name = "\improper Sankt Frederick banner"
desc = "The banner of Sankt Frederick, the steadfast breadbasket of the Solarian Wildlands."
desc_extended = "The banner of Sankt Frederick features a vertical tricolor of black, white, and blue, representing the planets rich soil, the peoples unity and perseverance, and its many lakes and rivers. At its center lies a blue escutcheon bearing a white wheat stalk, symbolizing Sankt Fredericks agricultural heritage and its vital role in sustaining the wider Alliance."
icon_state = "sfk"
flag_item = /obj/item/flag/sfk
/obj/item/flag/sfk
name = "\improper Sankt Frederick banner"
desc = "The banner of Sankt Frederick, the steadfast breadbasket of the Solarian Wildlands."
desc_extended = "The banner of Sankt Frederick features a vertical tricolor of black, white, and blue, representing the planets rich soil, the peoples unity and perseverance, and its many lakes and rivers. At its center lies a blue escutcheon bearing a white wheat stalk, symbolizing Sankt Fredericks agricultural heritage and its vital role in sustaining the wider Alliance."
flag_path = "sfk"
flag_structure = /obj/structure/sign/flag/sfk
/obj/item/flag/sfk/l
name = "\improper Sankt Frederick flag"
desc = "The flag of Sankt Frederick, the steadfast breadbasket of the Solarian Wildlands."
desc_extended = "The flag of Sankt Frederick features a horizontal tricolor of black, white, and blue, representing the planets rich soil, the peoples unity and perseverance, and its many lakes and rivers. At its center lies a blue escutcheon bearing a white wheat stalk, symbolizing Sankt Fredericks agricultural heritage and its vital role in sustaining the wider Alliance."
flag_path = "sfk"
flag_size = TRUE
flag_structure = /obj/structure/sign/flag/sfk/large
/obj/structure/sign/flag/sfk/large
name = "\improper Sankt Frederick flag"
desc = "The flag of Sankt Frederick, the steadfast breadbasket of the Solarian Wildlands."
desc_extended = "The flag of Sankt Frederick features a horizontal tricolor of black, white, and blue, representing the planets rich soil, the peoples unity and perseverance, and its many lakes and rivers. At its center lies a blue escutcheon bearing a white wheat stalk, symbolizing Sankt Fredericks agricultural heritage and its vital role in sustaining the wider Alliance."
icon_state = "sfk_l"
flag_path = "sfk"
flag_size = TRUE
flag_item = /obj/item/flag/sfk/l
/obj/structure/sign/flag/sfk/large/north/Initialize(mapload)
. = ..(mapload, NORTH)
/obj/structure/sign/flag/sfk/large/south/Initialize(mapload)
. = ..(mapload, SOUTH)
/obj/structure/sign/flag/sfk/large/east/Initialize(mapload)
. = ..(mapload, EAST)
/obj/structure/sign/flag/sfk/large/west/Initialize(mapload)
. = ..(mapload, WEST)