- tweaked heatshield, then removed it because of derp.

- added some new engineering areas, worked on antiqua engineering (antiqua is now ready for - wiring).

Signed-off-by: caelaislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
caelaislinn
2012-05-20 22:16:00 +10:00
parent 0740174a67
commit 2c2bc1729d
6 changed files with 3780 additions and 3689 deletions
+45 -10
View File
@@ -842,15 +842,13 @@ proc/process_ghost_teleport_locs()
//Engineering
/area/engine
engineering
engine_smes
name = "Engineering SMES"
icon_state = "engine_smes"
requires_power = 0//This area only covers the batteries and they deal with their own power
engineering
name = "Engineering"
icon_state = "engine"
particle_accelerator
name = "Particle Accelerator"
icon_state = "engine_pa"
@@ -861,9 +859,8 @@ proc/process_ghost_teleport_locs()
engineering_break_room
name = "Engineering Breakroom"
icon_state = "engine_br"
icon_state = "engine_breakroom"
//new engine areas
control
name = "Engineering Control"
icon_state = "engine_control"
@@ -908,14 +905,52 @@ proc/process_ghost_teleport_locs()
name = "Engineering Foyer"
icon_state = "engine_foyer"
breakroom
name = "Engineering Break Room"
icon_state = "engine_breakroom"
core
name = "Engineering Core"
icon_state = "engine_core"
//reactor areas
reactor_core
name = "Reactor Core"
icon_state = "engine_core"
reactor_gas
name = "Reactor Gas Storage"
icon_state = "engine_atmos"
aux_control
name = "Reactor Auxiliary Control"
icon_state = "engine_aux"
turbine_control
name = "Turbine Control"
icon_state = "engine_turbine"
reactor_airlock
name = "Reactor Primary Entrance"
icon_state = "engine_airlock"
reactor_fuel_storage
name = "Reactor Fuel Storage"
icon_state = "engine_fuel"
reactor_fuel_ports
name = "Reactor Fuel Ports"
icon_state = "engine_port"
generators
name = "Generator Room"
icon_state = "engine_generators"
port_gyro_bay
name = "Port Gyrotron Bay"
icon_state = "engine_starboardgyro"
starboard_gyro_bay
name = "Starboard Gyrotron Bay"
icon_state = "engine_portgyro"
//Solars
/area/solar
+2 -2
View File
@@ -170,10 +170,10 @@
thermal_conductivity = 0
opacity = 0
name = "Heat Shielding"
icon = 'thermal.dmi'
icon_state = "thermal"
heat_capacity = 625000 //twice the cap of a normal wall
walltype = "heatshield"
walltype = "thermal"
blocks_air = 1
/turf/simulated/wall/cult
name = "wall"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 87 KiB

+3733 -3677
View File
File diff suppressed because it is too large Load Diff