Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwertytoforty authored Jul 17, 2023
1 parent 855a88a commit d30399a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code/game/machinery/doors/airlock.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d30399a

Please sign in to comment.