mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +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
|
||||
|
||||
|
||||
@@ -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."
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 118 KiB |
Reference in New Issue
Block a user