mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Outer Eyes Bugfix (#21824)
- The right side of the large flag, when played to the east, was upside down. Flips it the right way up! - Correctly capatalize and space the object name. --------- Signed-off-by: Fyni <itsfyni@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user