mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-08 07:08:30 +00:00
Fixes #7179
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -58,7 +58,7 @@ Used In File(s): /code/modules/clothing/spacesuits/rig/rig.dm
|
||||
</td>
|
||||
<td>
|
||||
{{if data.emagged || !data.securitycheck}}
|
||||
<font color = 'orange'><strong>ERROR</strong></font>
|
||||
<font color = 'orange'><strong>ERROR - MAINTENANCE LOCK CONTROL OFFLINE</strong></font>
|
||||
{{else}}
|
||||
{{if data.coverlock}}
|
||||
<font color = 'red'><strong>LOCKED</strong></font>
|
||||
|
||||
Reference in New Issue
Block a user