Added a brown mining airlock.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2787 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-12-23 22:47:15 +00:00
parent 24df02ec4a
commit cbaf6fdfb3
4 changed files with 16 additions and 2 deletions
+5
View File
@@ -181,6 +181,11 @@ Airlock index -> wire color are { 9, 4, 6, 7, 5, 8, 1, 2, 3 }.
doortype = 17
glass = 1
/obj/machinery/door/airlock/mining
name = "Mining Airlock"
icon = 'Doormining.dmi'
doortype = 18
/*
About the new airlock wires panel:
* An airlock wire dialog can be accessed by the normal way or by using wirecutters or a multitool on the door while the wire-panel is open. This would show the following wires, which you can either wirecut/mend or send a multitool pulse through. There are 9 wires.
+9
View File
@@ -69,6 +69,15 @@ obj/structure/door_assembly
glass = 1
icon_state = "door_as_geng1"
door_assembly_min
name = "Mining Airlock Assembly"
icon_state = "door_as_min1"
airlock_type = /obj/machinery/door/airlock/mining
anchored = 1
density = 1
state = 1
glass = 0
door_assembly_med
name = "Medical Airlock Assembly"
icon_state = "door_as_med1"