mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Appearance tweaks
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
var/list/pilot_positions
|
||||
var/pilot_coverage = 100
|
||||
var/transparent_cabin = FALSE
|
||||
var/hide_pilot = FALSE
|
||||
var/hide_pilot = TRUE
|
||||
has_hardpoints = list(HARDPOINT_BACK, HARDPOINT_LEFT_SHOULDER, HARDPOINT_RIGHT_SHOULDER)
|
||||
|
||||
/obj/item/mech_component/chassis/update_components()
|
||||
|
||||
@@ -66,7 +66,6 @@
|
||||
pilot_coverage = 100
|
||||
transparent_cabin = TRUE
|
||||
hatch_descriptor = "canopy"
|
||||
hide_pilot = TRUE //Sprite too small, legs clip through, so for now hide pilot
|
||||
exosuit_desc_string = "an open and light chassis"
|
||||
icon_state = "light_body"
|
||||
max_damage = 50
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
hatch_descriptor = "hatch"
|
||||
pilot_coverage = 100
|
||||
transparent_cabin = TRUE
|
||||
hide_pilot = TRUE
|
||||
exosuit_desc_string = "a spherical chassis"
|
||||
icon_state = "pod_body"
|
||||
max_damage = 70
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Reference in New Issue
Block a user