diff --git a/code/game/machinery/doors/airlock.dm b/code/game/machinery/doors/airlock.dm index fe6fc38351b..66660f8b659 100644 --- a/code/game/machinery/doors/airlock.dm +++ b/code/game/machinery/doors/airlock.dm @@ -890,7 +890,7 @@ About the new airlock wires panel: return var/time_to_open = 5 - if(hasPower()) + if(arePowerSystemsOn()) time_to_open = 50 playsound(src, 'sound/machines/airlock_alien_prying.ogg',100,1) //is it aliens or just the CE being a dick? if(do_after(user, time_to_open, target = src))