mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-18 06:01:56 +00:00
Merge pull request #2848 from Asanadas/bleeding-edge-freeze
Bugfix: Prevents airlock_controller.dm and similar from being destroyed ...
This commit is contained in:
@@ -153,6 +153,7 @@ obj/machinery/embedded_controller/radio/access_controller
|
||||
name = "Access Console"
|
||||
density = 0
|
||||
power_channel = ENVIRON
|
||||
unacidable = 1
|
||||
|
||||
frequency = 1449
|
||||
|
||||
|
||||
@@ -262,6 +262,7 @@ obj/machinery/embedded_controller/radio/airlock_controller
|
||||
|
||||
name = "Airlock Console"
|
||||
density = 0
|
||||
unacidable = 1
|
||||
|
||||
frequency = 1449
|
||||
power_channel = ENVIRON
|
||||
|
||||
@@ -44,6 +44,7 @@
|
||||
|
||||
name = "Vent Controller"
|
||||
density = 0
|
||||
unacidable = 1
|
||||
|
||||
frequency = 1229
|
||||
power_channel = ENVIRON
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user