Engineering area tweaks

- Added a few Engineering areas, and moved one from the Rust files
- Made the "Engineering Storage" area overlay sprite transparent
This commit is contained in:
Loganbacca
2014-01-20 01:39:59 +13:00
parent f406dc2b7c
commit 0ede7ed9cb
3 changed files with 15 additions and 7 deletions

View File

@@ -21,10 +21,6 @@
electrical_storage
name = "\improper Electrical storage"
engine_monitoring
name = "\improper Electrical storage"
icon_state = "engine_monitoring"
reactor_core
name = "\improper Reactor Core"
//icon_state = "engine_core"

View File

@@ -922,16 +922,28 @@ var/list/ghostteleportlocs = list()
/area/engine
engine_smes
name = "\improper Engineering SMES"
name = "Engineering SMES"
icon_state = "engine_smes"
requires_power = 0//This area only covers the batteries and they deal with their own power
// requires_power = 0//This area only covers the batteries and they deal with their own power
engine_room
name = "\improper Engine Room"
icon_state = "engine"
engine_airlock
name = "\improper Engine Room Airlock"
icon_state = "engine"
engine_monitoring
name = "\improper Engine Monitoring Room"
icon_state = "engine_monitoring"
engineering
name = "Engineering"
icon_state = "engine_smes"
break_room
name = "\improper Engineering Foyer"
name = "Engineering Foyer"
icon_state = "engine"
chiefs_office

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB