diff --git a/code/modules/clothing/spacesuits/rig/rig.dm b/code/modules/clothing/spacesuits/rig/rig.dm index f442ecff07..d518848dc2 100644 --- a/code/modules/clothing/spacesuits/rig/rig.dm +++ b/code/modules/clothing/spacesuits/rig/rig.dm @@ -335,7 +335,7 @@ if("helmet") to_chat(M, "\The [piece] hisses [!seal_target ? "closed" : "open"].") M.update_inv_head() - if(helmet) + if(helmet?.light_system == STATIC_LIGHT) helmet.update_light(wearer) //sealed pieces become airtight, protecting against diseases