Adds a Callistean flag to the loadout (#18453)

* tired

* asd

* onemore

* hi

* fixed an apostrophe @snowy@snowy@snowy@snowy@snowy
This commit is contained in:
shimmeristaken
2024-02-21 12:30:24 +00:00
committed by GitHub
parent da301da7a9
commit 877c5ba18a
4 changed files with 81 additions and 0 deletions
@@ -3111,3 +3111,41 @@
/obj/structure/sign/flag/scarab/large/west/Initialize(mapload)
. = ..(mapload, WEST)
// Callisto
/obj/item/flag/callisto
name = "\improper Callistean flag"
desc = "The flag of the Commonwealth of Callisto, the gateway to Sol and its largest port."
flag_path = "callisto"
flag_structure = /obj/structure/sign/flag/callisto
/obj/structure/sign/flag/callisto
name = "\improper Callistean flag"
desc = "The flag of the Commonwealth of Callisto, the gateway to Sol and its largest port."
flag_path = "callisto"
icon_state = "callisto"
flag_item = /obj/item/flag/callisto
/obj/item/flag/callisto/l
name = "large Callistean flag"
flag_size = TRUE
flag_structure = /obj/structure/sign/flag/callisto/large
/obj/structure/sign/flag/callisto/large
icon_state = "callisto_l"
flag_path = "callisto"
flag_size = TRUE
flag_item = /obj/item/flag/callisto/l
/obj/structure/sign/flag/callisto/large/north/Initialize(mapload)
. = ..(mapload, NORTH)
/obj/structure/sign/flag/callisto/large/south/Initialize(mapload)
. = ..(mapload, SOUTH)
/obj/structure/sign/flag/callisto/large/east/Initialize(mapload)
. = ..(mapload, EAST)
/obj/structure/sign/flag/callisto/large/west/Initialize(mapload)
. = ..(mapload, WEST)