Flags fix overlooked addition (#17559)

* Atomization

* asfas

---------

Co-authored-by: FluffyGhost <FluffyGhost>
This commit is contained in:
Fluffy
2023-10-10 12:13:28 +00:00
committed by GitHub
co-authored by FluffyGhost <FluffyGhost>
parent 60ac5bc066
commit 741c0b65e0
2 changed files with 57 additions and 16 deletions
+16 -16
View File
@@ -1457,17 +1457,17 @@
flag_size = TRUE
flag_item = /obj/item/flag/biesel/old/l
/obj/structure/sign/flag/biesel/old/large/north/New()
..(loc, NORTH)
/obj/structure/sign/flag/biesel/old/large/north/Initialize(mapload)
. = ..(mapload, NORTH)
/obj/structure/sign/flag/biesel/old/large/south/New()
..(loc, SOUTH)
/obj/structure/sign/flag/biesel/old/large/south/Initialize(mapload)
. = ..(mapload, SOUTH)
/obj/structure/sign/flag/biesel/old/large/east/New()
..(loc, EAST)
/obj/structure/sign/flag/biesel/old/large/east/Initialize(mapload)
. = ..(mapload, EAST)
/obj/structure/sign/flag/biesel/old/large/west/New()
..(loc, WEST)
/obj/structure/sign/flag/biesel/old/large/west/Initialize(mapload)
. = ..(mapload, WEST)
/obj/item/flag/biesel/antique
name = "antique Solarian Colonial Mandate of Tau Ceti flag"
@@ -1496,17 +1496,17 @@
flag_size = TRUE
flag_item = /obj/item/flag/biesel/antique/l
/obj/structure/sign/flag/biesel/antique/large/north/New()
..(loc, NORTH)
/obj/structure/sign/flag/biesel/antique/large/north/Initialize(mapload)
. = ..(mapload, NORTH)
/obj/structure/sign/flag/biesel/antique/large/south/New()
..(loc, SOUTH)
/obj/structure/sign/flag/biesel/antique/large/south/Initialize(mapload)
. = ..(mapload, SOUTH)
/obj/structure/sign/flag/biesel/antique/large/east/New()
..(loc, EAST)
/obj/structure/sign/flag/biesel/antique/large/east/Initialize(mapload)
. = ..(mapload, EAST)
/obj/structure/sign/flag/biesel/antique/large/west/New()
..(loc, WEST)
/obj/structure/sign/flag/biesel/antique/large/west/Initialize(mapload)
. = ..(mapload, WEST)
// SCC