Appearance tweaks

This commit is contained in:
Ferner
2019-12-18 04:47:40 +01:00
parent 520b769e5e
commit b8e962a2da
4 changed files with 1 additions and 3 deletions
@@ -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