The Eye Opens - Part 1 (#21790)

- Add new flags for the Outer Eyes. Only available to mappers, ST and
modmins.
- Add new paperwork logo for the Outer Eyes. Available to anyone, if you
want to be scrawling random unknown icons onto your SCC paperwork.

---------

Signed-off-by: Fyni <itsfyni@gmail.com>
This commit is contained in:
Fyni
2026-02-06 19:57:01 +00:00
committed by GitHub
parent 274e0e03dc
commit f6e4c08fcb
8 changed files with 56 additions and 0 deletions
@@ -4112,3 +4112,46 @@
/obj/structure/sign/flag/sfk/large/west/Initialize(mapload)
. = ..(mapload, WEST)
// Outer Eyes
/obj/item/flag/outer_eyes
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"
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"
icon_state = "outer_eyes"
flag_item = /obj/item/flag/outer_eyes
/obj/structure/sign/flag/outer_eyes/unmovable
unmovable = TRUE
/obj/item/flag/outer_eyes/l
name = "large outer_eyes flag"
flag_size = TRUE
flag_structure = /obj/structure/sign/flag/outer_eyes/large
/obj/structure/sign/flag/outer_eyes/large
icon_state = "outer_eyes_l"
flag_path = "outer_eyes"
flag_size = TRUE
flag_item = /obj/item/flag/outer_eyes/l
/obj/structure/sign/flag/outer_eyes/large/north/Initialize(mapload)
. = ..(mapload, NORTH)
/obj/structure/sign/flag/outer_eyes/large/south/Initialize(mapload)
. = ..(mapload, SOUTH)
/obj/structure/sign/flag/outer_eyes/large/east/Initialize(mapload)
. = ..(mapload, EAST)
/obj/structure/sign/flag/outer_eyes/large/west/Initialize(mapload)
. = ..(mapload, WEST)