Shuttle update: Part Two: The Legion Protects (#7457)

This commit is contained in:
fernerr
2019-11-23 18:50:19 +01:00
committed by Werner
parent 0683b6f487
commit aa2e02c1a6
82 changed files with 22253 additions and 13703 deletions
@@ -526,6 +526,15 @@
icon_opened = "weaponcrateopen"
icon_closed = "weaponcrate"
/obj/structure/closet/crate/secure/legion
name = "foreign legion supply crate"
desc = "A secure supply crate, It carries the insignia of the Tau Ceti Foreign Legion. It appears quite scuffed."
icon_state = "tcflcrate"
icon_opened = "tcflcrateopen"
icon_closed = "tcflcrate"
req_access = list(access_legion)
layer = OBJ_LAYER - 0.01
/obj/structure/closet/crate/secure/phoron
name = "phoron crate"
desc = "A secure phoron crate."
+20
View File
@@ -590,6 +590,26 @@
var/flag_path
var/flag_size = 0
/obj/structure/sign/flag/biesel
name = "Republic of Biesel flag"
desc = "The colours and symbols of the Republic of Biesel."
icon_state = "biesel"
/obj/structure/sign/flag/biesel/left
icon_state = "biesel_l"
/obj/structure/sign/flag/biesel/right
icon_state = "biesel_r"
/obj/item/flag/biesel
name = "Republic of Biesel flag"
desc = "The flag representing the Republic of Biesel."
flag_path = "biesel"
/obj/item/flag/biesel/l
name = "Large Republic of Biesel flag"
flag_size = 1
/obj/item/flag/afterattack(var/atom/A, var/mob/user, var/adjacent, var/clickparams)
if (!adjacent)
return
@@ -189,6 +189,19 @@
icon_state = "bridge"
anchored = 1
/obj/structure/bed/chair/office/bridge/legion
name = "legion pilot seat"
desc = "A comfortable seat for a pilot."
icon_state = "bridge_legion"
/obj/structure/bed/chair/office/bridge/generic
icon_state = "bridge_generic"
/obj/structure/bed/chair/office/bridge/pilot
name = "pilot seat"
desc = "A comfortable seat for a pilot."
icon_state = "pilot"
/obj/structure/bed/chair/office/Initialize()
. = ..()
var/image/I = image(icon, "[icon_state]_over")
+6
View File
@@ -494,6 +494,12 @@
smooth = SMOOTH_TRUE
can_be_unanchored = TRUE
/obj/structure/window/shuttle/legion
name = "cockpit window"
icon = 'icons/obj/smooth/shuttle_window_legion.dmi'
health = 160
maxhealth = 160
/obj/structure/window/shuttle/crescent
desc = "It looks rather strong."