mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-21 19:28:03 +00:00
Fix key lock validation: add keyPins to all key locks
This commit is contained in:
@@ -323,6 +323,7 @@ operational_log_content = "TRANSACTION LOG - Q3 2024\n\n[2024-09-15 14:32:11] Pr
|
||||
"takeable": false,
|
||||
"locked": true,
|
||||
"lockType": "key",
|
||||
"keyPins": [3, 1, 4, 2],
|
||||
"difficulty": "easy",
|
||||
"observations": "Locked filing cabinet - might contain client documents",
|
||||
"itemsHeld": [
|
||||
@@ -402,6 +403,7 @@ operational_log_content = "TRANSACTION LOG - Q3 2024\n\n[2024-09-15 14:32:11] Pr
|
||||
},
|
||||
"locked": true,
|
||||
"lockType": "key",
|
||||
"keyPins": [2, 4, 1, 3, 5],
|
||||
"difficulty": "medium",
|
||||
"objects": [
|
||||
{
|
||||
@@ -410,6 +412,7 @@ operational_log_content = "TRANSACTION LOG - Q3 2024\n\n[2024-09-15 14:32:11] Pr
|
||||
"takeable": false,
|
||||
"locked": true,
|
||||
"lockType": "key",
|
||||
"keyPins": [4, 2, 5, 1, 3],
|
||||
"difficulty": "medium",
|
||||
"observations": "Locked filing cabinet in executive office",
|
||||
"itemsHeld": [
|
||||
|
||||
Reference in New Issue
Block a user