mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
cleaned up/added some missing icon_states for (rust) engineering areas
Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
//reactor areas
|
//reactor areas
|
||||||
|
|
||||||
/area/engine
|
/area/engine
|
||||||
|
icon_state = "engine"
|
||||||
|
|
||||||
fore
|
fore
|
||||||
name = "\improper Fore"
|
name = "\improper Fore"
|
||||||
|
|
||||||
@@ -13,49 +15,63 @@
|
|||||||
|
|
||||||
atmos_storage
|
atmos_storage
|
||||||
name = "\improper Atmos storage"
|
name = "\improper Atmos storage"
|
||||||
|
icon_state = "engine_storage"
|
||||||
|
|
||||||
control
|
control
|
||||||
name = "\improper Control"
|
name = "\improper Control"
|
||||||
|
icon_state = "engine_control"
|
||||||
|
|
||||||
electrical_storage
|
electrical_storage
|
||||||
name = "\improper Electrical storage"
|
name = "\improper Electrical storage"
|
||||||
|
|
||||||
|
engine_monitoring
|
||||||
|
name = "\improper Electrical storage"
|
||||||
|
icon_state = "engine_monitoring"
|
||||||
|
|
||||||
reactor_core
|
reactor_core
|
||||||
name = "\improper Reactor Core"
|
name = "\improper Reactor Core"
|
||||||
icon_state = "engine_core"
|
//icon_state = "engine_core"
|
||||||
|
|
||||||
reactor_gas
|
reactor_gas
|
||||||
name = "Reactor Gas Storage"
|
name = "Reactor Gas Storage"
|
||||||
icon_state = "engine_atmos"
|
//icon_state = "engine_atmos"
|
||||||
|
|
||||||
aux_control
|
aux_control
|
||||||
name = "Reactor Auxiliary Control"
|
name = "Reactor Auxiliary Control"
|
||||||
icon_state = "engine_aux"
|
//icon_state = "engine_aux"
|
||||||
|
|
||||||
turbine_control
|
turbine_control
|
||||||
name = "Turbine Control"
|
name = "Turbine Control"
|
||||||
icon_state = "engine_turbine"
|
//icon_state = "engine_turbine"
|
||||||
|
|
||||||
reactor_airlock
|
reactor_airlock
|
||||||
name = "\improper Reactor Primary Entrance"
|
name = "\improper Reactor Primary Entrance"
|
||||||
icon_state = "engine_airlock"
|
//icon_state = "engine_airlock"
|
||||||
|
|
||||||
reactor_fuel_storage
|
reactor_fuel_storage
|
||||||
name = "Reactor Fuel Storage"
|
name = "Reactor Fuel Storage"
|
||||||
icon_state = "engine_fuel"
|
//icon_state = "engine_fuel"
|
||||||
|
|
||||||
reactor_fuel_ports
|
reactor_fuel_ports
|
||||||
name = "\improper Reactor Fuel Ports"
|
name = "\improper Reactor Fuel Ports"
|
||||||
icon_state = "engine_port"
|
//icon_state = "engine_port"
|
||||||
|
|
||||||
generators
|
generators
|
||||||
name = "\improper Generator Room"
|
name = "\improper Generator Room"
|
||||||
icon_state = "engine_generators"
|
//icon_state = "engine_generators"
|
||||||
|
|
||||||
port_gyro_bay
|
port_gyro_bay
|
||||||
name = "\improper Port Gyrotron Bay"
|
name = "\improper Port Gyrotron Bay"
|
||||||
icon_state = "engine_starboardgyro"
|
//icon_state = "engine_starboardgyro"
|
||||||
|
|
||||||
starboard_gyro_bay
|
starboard_gyro_bay
|
||||||
name = "\improper Starboard Gyrotron Bay"
|
name = "\improper Starboard Gyrotron Bay"
|
||||||
icon_state = "engine_portgyro"
|
//icon_state = "engine_portgyro"
|
||||||
|
|
||||||
|
storage
|
||||||
|
name = "\improper Engineering hallway"
|
||||||
|
icon_state = "engine_storage"
|
||||||
|
|
||||||
|
hallway
|
||||||
|
name = "\improper Engineering storage"
|
||||||
|
icon_state = "engine_hallway"
|
||||||
|
|||||||
Reference in New Issue
Block a user