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(), } } }