mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
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:
@@ -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 planet’s rich soil, the people’s unity and perseverance, and its many lakes and rivers. At its center lies a blue escutcheon bearing a white wheat stalk, symbolizing Sankt Frederick’s 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 planet’s rich soil, the people’s unity and perseverance, and its many lakes and rivers. At its center lies a blue escutcheon bearing a white wheat stalk, symbolizing Sankt Frederick’s 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 planet’s rich soil, the people’s unity and perseverance, and its many lakes and rivers. At its center lies a blue escutcheon bearing a white wheat stalk, symbolizing Sankt Frederick’s 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 planet’s rich soil, the people’s unity and perseverance, and its many lakes and rivers. At its center lies a blue escutcheon bearing a white wheat stalk, symbolizing Sankt Frederick’s 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)
|
||||
|
||||
Reference in New Issue
Block a user