From d30399a2e556227f53d6392ba531b4afe0cc61f3 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Mon, 17 Jul 2023 14:47:56 -0400 Subject: [PATCH] FUCK (#21725) --- code/game/machinery/doors/airlock.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/game/machinery/doors/airlock.dm b/code/game/machinery/doors/airlock.dm index 38f0b0656c4d..ddca345f0912 100644 --- a/code/game/machinery/doors/airlock.dm +++ b/code/game/machinery/doors/airlock.dm @@ -326,7 +326,10 @@ GLOBAL_LIST_EMPTY(airlock_emissive_underlays) var/obj/item/clothing/gloves/G = H.gloves if(G.siemens_coefficient == 0) return FALSE - return TRUE + + else if(isElectrified()) + return TRUE + return FALSE /obj/machinery/door/airlock/toggle_polarization() polarized_on = !polarized_on