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
+4
View File
@@ -664,6 +664,8 @@
t = replacetext(t, "\[logo_golden_small\]", "<img src = goldenlogo_small.png>")
t = replacetext(t, "\[logo_pvpolice\]", "<img src = pvpolicelogo.png>")
t = replacetext(t, "\[logo_pvpolice_small\]", "<img src = pvpolicelogo_small.png>")
t = replacetext(t, "\[logo_outereyes\]", "<img src = outereyeslogo.png>")
t = replacetext(t, "\[logo_outereyes_small\]", "<img src = outereyeslogo_small.png>")
t = replacetext(t, "\[barcode\]", "<img src = barcode[rand(0, 3)].png>")
t = replacetext(t, "\[time\]", "[worldtime2text()]")
t = replacetext(t, "\[date\]", "[worlddate2text()]")
@@ -737,6 +739,8 @@
t = replacetext(t, "<img src = goldenlogo.png>", "\[logo_golden\]")
t = replacetext(t, "<img src = pvpolicelogo.png>", "\[logo_pvpolice\]")
t = replacetext(t, "<img src = pvpolicelogo_small.png>", "\[logo_pvpolice_small\]")
t = replacetext(t, "<img src = outereyeslogo.png>", "\[logo_outereyes\]")
t = replacetext(t, "<img src = outereyeslogo_small.png>", "\[logo_outereyes_small\]")
return t
@@ -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)
+2
View File
@@ -534,6 +534,8 @@ GLOBAL_LIST_EMPTY(asset_datums)
"goldenlogo_small.png" = 'html/images/factions/goldenlogo_small.png',
"pvpolicelogo.png" = 'html/images/pvpolicelogo.png',
"pvpolicelogo_small.png" = 'html/images/pvpolicelogo_small.png',
"outereyeslogo.png" = 'html/images/outereyeslogo.png',
"outereyeslogo_small.png" = 'html/images/outereyeslogo_small.png',
//scan images that appear on sensors
"no_data.png" = 'html/images/scans/no_data.png',
"horizon.png" = 'html/images/scans/horizon.png',
+2
View File
@@ -366,6 +366,8 @@
t = replacetext(t, "\[logo_golden\]", "")
t = replacetext(t, "\[logo_pvpolice\]", "")
t = replacetext(t, "\[logo_pvpolice_small\]", "")
t = replacetext(t, "\[logo_outereyes\]", "")
t = replacetext(t, "\[logo_outereyes_small\]", "")
t = replacetext(t, "\[barcode\]", "")
if(istypewriter)
@@ -0,0 +1,5 @@
author: fyni
delete-after: True
changes:
- rscadd: "Adds the Outer Eyes small and large flag, only available to mappers, ST and modmins."
- rscadd: "Adds the Outer Eyes paperwork icon, [logo_toe], available for anyone to use. Don't go marking your paperwork with wierd icons though."
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 118 KiB