diff --git a/code/game/objects/structures/flags_banners.dm b/code/game/objects/structures/flags_banners.dm index 6ab4c3ff5e7..083efeb4dc1 100644 --- a/code/game/objects/structures/flags_banners.dm +++ b/code/game/objects/structures/flags_banners.dm @@ -4116,14 +4116,14 @@ // Outer Eyes /obj/item/flag/outer_eyes - name = "\improper outer_eyes flag" + name = "\improper Outer Eyes flag" desc = "The staring eyes icon of that mysterious group, the Outer Eyes." desc_extended = "This representation of the Eyes only hints at the provost's inner circle, allowing the larger eye to dominate." flag_path = "outer_eyes" flag_structure = /obj/structure/sign/flag/outer_eyes /obj/structure/sign/flag/outer_eyes - name = "\improper outer_eyes flag" + name = "\improper Outer Eyes flag" desc = "The staring eyes icon of that mysterious group, the Outer Eyes." desc_extended = "This representation of the Eyes only hints at the provost's inner circle, allowing the larger eye to dominate." flag_path = "outer_eyes" @@ -4134,7 +4134,7 @@ unmovable = TRUE /obj/item/flag/outer_eyes/l - name = "large outer_eyes flag" + name = "large Outer Eyes flag" flag_size = TRUE flag_structure = /obj/structure/sign/flag/outer_eyes/large diff --git a/html/changelogs/fyni-the-outer-eye-bugfix.yml b/html/changelogs/fyni-the-outer-eye-bugfix.yml new file mode 100644 index 00000000000..4c99fe81b0a --- /dev/null +++ b/html/changelogs/fyni-the-outer-eye-bugfix.yml @@ -0,0 +1,4 @@ +author: fyni +delete-after: True +changes: + - bugfix: "Fixes an upside down sprite on the right large flag, properly capatalizes flag name." \ No newline at end of file diff --git a/icons/obj/structure/flags.dmi b/icons/obj/structure/flags.dmi index 6126805b009..c87c8567eb4 100644 Binary files a/icons/obj/structure/flags.dmi and b/icons/obj/structure/flags.dmi differ