From 3a312b4a03472d86dd5deb8e5bbaf81e3af94de0 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Sun, 30 Nov 2014 23:49:55 +1030 Subject: [PATCH] Fixes #7179 --- code/modules/clothing/spacesuits/rig/rig.dm | 2 +- nano/templates/hardsuit.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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