Scarab Salvage Ship (#17857)

* map

* byeah

* i fucking love scarabs bro i fucking hate gravity

* decals

* cl

* ship fluff

* L

* flags

* docks, wider catwalks

* airlocks

* sectors

* bedroom & armory swap

* ghuh

* entry points

* flag

* ghuh

* hguh

* more claustrophobia, more gaming

* alarme

* love me doors

* a single fucking lattice

* fleg

* great grate mate

* uhhhh

* aaaa

* fixes & changes

* sschpasche

* h
This commit is contained in:
RustingWithYou
2023-12-15 17:08:54 +00:00
committed by GitHub
parent 05a99c8167
commit bbe473de83
11 changed files with 72916 additions and 0 deletions
@@ -3026,3 +3026,43 @@
/obj/structure/sign/flag/empyrean/large/west/Initialize(mapload)
. = ..(mapload, WEST)
//Scarab Fleet
/obj/item/flag/scarab
name = "\improper Scarab Fleet flag"
desc = "The flag of the Scarab Fleet."
flag_path = "scarab"
flag_structure = /obj/structure/sign/flag/scarab
/obj/structure/sign/flag/scarab
name = "\improper Scarab Fleet flag"
desc = "The flag of the Scarab Fleet."
flag_path = "scarab"
icon_state = "scarab"
flag_item = /obj/item/flag/scarab
/obj/structure/sign/flag/scarab/unmovable
unmovable = TRUE
/obj/item/flag/scarab/l
name = "large Scarab Fleet flag"
flag_size = TRUE
flag_structure = /obj/structure/sign/flag/scarab/large
/obj/structure/sign/flag/scarab/large
icon_state = "scarab_l"
flag_path = "scarab"
flag_size = TRUE
flag_item = /obj/item/flag/scarab/l
/obj/structure/sign/flag/scarab/large/north/Initialize(mapload)
. = ..(mapload, NORTH)
/obj/structure/sign/flag/scarab/large/south/Initialize(mapload)
. = ..(mapload, SOUTH)
/obj/structure/sign/flag/scarab/large/east/Initialize(mapload)
. = ..(mapload, EAST)
/obj/structure/sign/flag/scarab/large/west/Initialize(mapload)
. = ..(mapload, WEST)