Fixes Gr3y.T1d3 delaming the SM (#36925)

Fixes #36841
This commit is contained in:
ShizCalev
2018-04-11 22:11:49 +12:00
committed by oranges
parent 99026a95bf
commit e71af8bc87
6 changed files with 18 additions and 11 deletions
+3 -1
View File
@@ -53,7 +53,9 @@
temp.update_icon()
else if(istype(O, /obj/machinery/door/airlock))
var/obj/machinery/door/airlock/temp = O
if(temp.critical_machine) //Skip doors in critical positions, such as the SM chamber.
continue
temp.prison_open()
else if(istype(O, /obj/machinery/door_timer))
var/obj/machinery/door_timer/temp = O
temp.timer_end(forced = TRUE)
temp.timer_end(forced = TRUE)