mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
- Constructed vents and scrubbers can be initialized through air alarm interface.
- Minor tweaks. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@417 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -71,6 +71,7 @@
|
||||
"}
|
||||
|
||||
output += "<A href='?src=\ref[src];toggle_panic_siphon_global=1'><font color='red'><B>TOGGLE PANIC SYPHON IN AREA</B></font></A>"
|
||||
output += "<HR><A href='?src=\ref[src];reinit_atmos_machinery=1'>Reinitialize atmospheric machinery in area</A>"
|
||||
else
|
||||
var/sensor_data
|
||||
if(src.device == "Scrubbers")
|
||||
@@ -160,6 +161,9 @@
|
||||
for(var/P in vents)
|
||||
send_signal(P, "power_off")
|
||||
panic = !panic
|
||||
if(href_list["reinit_atmos_machinery"])
|
||||
var/A = get_area(loc)
|
||||
connect_area_atmos_machinery(A)
|
||||
|
||||
|
||||
spawn(5)
|
||||
|
||||
Reference in New Issue
Block a user