diff --git a/code/modules/clothing/spacesuits/rig/rig.dm b/code/modules/clothing/spacesuits/rig/rig.dm index 1d85f749d9..bb9be433a2 100644 --- a/code/modules/clothing/spacesuits/rig/rig.dm +++ b/code/modules/clothing/spacesuits/rig/rig.dm @@ -510,7 +510,7 @@ else if(href_list["toggle_ai_control"]) ai_override_enabled = !ai_override_enabled else if(href_list["toggle_suit_lock"]) - security_check_enabled = !security_check_enabled + locked = !locked usr.set_machine(src) src.add_fingerprint(usr) diff --git a/nano/templates/hardsuit.tmpl b/nano/templates/hardsuit.tmpl index 5b0603ee30..db07636eb7 100644 --- a/nano/templates/hardsuit.tmpl +++ b/nano/templates/hardsuit.tmpl @@ -58,7 +58,7 @@ Used In File(s): /code/modules/clothing/spacesuits/rig/rig.dm {{if data.emagged || !data.securitycheck}} - ERROR + ERROR - MAINTENANCE LOCK CONTROL OFFLINE {{else}} {{if data.coverlock}} LOCKED