diff --git a/code/modules/power/apc.dm b/code/modules/power/apc.dm index a09578c0b697..78e744b312f7 100644 --- a/code/modules/power/apc.dm +++ b/code/modules/power/apc.dm @@ -1324,9 +1324,9 @@ lighting = autoset(lighting, 2) environ = autoset(environ, 1) area.poweralert(0, src) - else if(cell.percent() < 30 && longtermpower < 0) // <30%, turn off equipment - equipment = autoset(equipment, 2) - lighting = autoset(lighting, 1) + else if(cell.percent() < 40 && longtermpower < 0) // <40%, turn off Lighting + equipment = autoset(equipment, 1) + lighting = autoset(lighting, 2) environ = autoset(environ, 1) area.poweralert(0, src) else // otherwise all can be on