From fdcf6f3af350ba65053f092f3b9256fcb479d712 Mon Sep 17 00:00:00 2001 From: Simonas Kareiva Date: Thu, 21 May 2026 18:22:27 +0300 Subject: [PATCH] Add moar emojis --- src/levels/l01_minimum.rs | 2 +- src/levels/l02_kv.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/levels/l01_minimum.rs b/src/levels/l01_minimum.rs index f449415..e142140 100644 --- a/src/levels/l01_minimum.rs +++ b/src/levels/l01_minimum.rs @@ -28,7 +28,7 @@ impl Level for Minimum { "Write the smallest possible valid YAML — a single empty document is enough." .to_string(), flavor: - "A heavy door bars the way. A glyph above it asks only for the smallest valid offering." + "🚪 A heavy door bars the way. A glyph above it asks only for the smallest valid offering." .to_string(), } } diff --git a/src/levels/l02_kv.rs b/src/levels/l02_kv.rs index a0a48c8..533fe6a 100644 --- a/src/levels/l02_kv.rs +++ b/src/levels/l02_kv.rs @@ -75,7 +75,7 @@ impl Level for KeyValue { Generated { target_yaml, description, - flavor: "You stand at a junction. Map what you see.".to_string(), + flavor: "🧭 You stand at a junction. Map what you see.".to_string(), } } }