Compile m03_terminal_cyberchef.ink to JSON - fix list syntax

This commit is contained in:
Claude
2025-12-27 14:45:28 +00:00
parent 823c1e3a92
commit d8b199b9eb
2 changed files with 7 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ VAR usb_drive_decoded_layer2 = false
VAR first_time_tutorial = true
// External variables
EXTERNAL player_name
EXTERNAL player_name()
// ===========================================
// MAIN TERMINAL INTERFACE
@@ -30,11 +30,11 @@ EXTERNAL player_name
[This workstation provides real-time encoding/decoding]
[Use CyberChef operations to decode evidence]
Available operations:
- From Base64
- ROT13
- From Hex
- Multi-layer decoding (sequential operations)
[Available operations:]
[• From Base64]
[• ROT13]
[• From Hex]
[• Multi-layer decoding (sequential operations)]
~ first_time_tutorial = false
}