Bugfix: Prevents airlock_controller.dm and similar from being destroyed by mech drills or acid. Prevents headaches.

This commit is contained in:
Asanadas
2013-05-24 14:55:28 -04:00
parent 0a15485377
commit e0f4b0d1ed
4 changed files with 4 additions and 1 deletions

View File

@@ -153,6 +153,7 @@ obj/machinery/embedded_controller/radio/access_controller
name = "Access Console"
density = 0
power_channel = ENVIRON
unacidable = 1
frequency = 1449

View File

@@ -262,6 +262,7 @@ obj/machinery/embedded_controller/radio/airlock_controller
name = "Airlock Console"
density = 0
unacidable = 1
frequency = 1449
power_channel = ENVIRON

View File

@@ -44,6 +44,7 @@
name = "Vent Controller"
density = 0
unacidable = 1
frequency = 1229
power_channel = ENVIRON

View File

@@ -252,7 +252,7 @@ obj/machinery/embedded_controller/radio/smart_airlock_controller
name = "Cycling Airlock Console"
density = 0
unacidable = 1
frequency = 1449
power_channel = ENVIRON