diff --git a/code/game/objects/structures/flags_banners.dm b/code/game/objects/structures/flags_banners.dm index 72c4f0bd7c4..075ed46f123 100644 --- a/code/game/objects/structures/flags_banners.dm +++ b/code/game/objects/structures/flags_banners.dm @@ -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) diff --git a/code/modules/client/preference_setup/loadout/items/general.dm b/code/modules/client/preference_setup/loadout/items/general.dm index 4878d95c461..12f5ae8b6c3 100644 --- a/code/modules/client/preference_setup/loadout/items/general.dm +++ b/code/modules/client/preference_setup/loadout/items/general.dm @@ -244,6 +244,7 @@ banners["banner, Union of Port Antillia"] = /obj/item/flag/portantillia banners["banner, Sovereign Solarian Republic of San Colette"] = /obj/item/flag/sancolette banners["banner, Old Sovereign Solarian Republic of San Colette"] = /obj/item/flag/sancolette/old + banners["banner, Sankt Frederick"] = /obj/item/flag/sfk banners["banner, Mictlan"] = /obj/item/flag/mictlan banners["banner, New Hai Phong"] = /obj/item/flag/nhp banners["banner, Silversun"] = /obj/item/flag/silversun @@ -344,6 +345,7 @@ flags["flag, Union of Port Antillia"] = /obj/item/flag/portantillia/l flags["flag, Sovereign Solarian Republic of San Colette"] = /obj/item/flag/sancolette/l flags["flag, Old Sovereign Solarian Republic of San Colette"] = /obj/item/flag/sancolette/old/l + flags["flag, Sankt Frederick"] = /obj/item/flag/sfk/l flags["flag, Mictlan"] = /obj/item/flag/mictlan/l flags["flag, New Hai Phong"] = /obj/item/flag/nhp/l flags["flag, Silversun"] = /obj/item/flag/silversun/l diff --git a/html/changelogs/HanSolo1519-Sankt-Frederick.yml b/html/changelogs/HanSolo1519-Sankt-Frederick.yml new file mode 100644 index 00000000000..7a22da25098 --- /dev/null +++ b/html/changelogs/HanSolo1519-Sankt-Frederick.yml @@ -0,0 +1,58 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# - (fixes bugs) +# wip +# - (work in progress) +# qol +# - (quality of life) +# soundadd +# - (adds a sound) +# sounddel +# - (removes a sound) +# rscadd +# - (adds a feature) +# rscdel +# - (removes a feature) +# imageadd +# - (adds an image or sprite) +# imagedel +# - (removes an image or sprite) +# spellcheck +# - (fixes spelling or grammar) +# experiment +# - (experimental change) +# balance +# - (balance changes) +# code_imp +# - (misc internal code change) +# refactor +# - (refactors code) +# config +# - (makes a change to the config files) +# admin +# - (makes changes to administrator tools) +# server +# - (miscellaneous changes to server) +################################# + +# Your name. +author: HanSolo1519 + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit. +# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. +changes: + - rscadd: "Adds Sankt Frederick flags and banners, places them in loadout. Sprites by The Ill_Fated" diff --git a/icons/obj/structure/flags.dmi b/icons/obj/structure/flags.dmi index ee1b49f515c..40fbbbe2dc4 100644 Binary files a/icons/obj/structure/flags.dmi and b/icons/obj/structure/flags.dmi differ