From d42d8a12b4365e1766d50560c49daadc8107508a Mon Sep 17 00:00:00 2001 From: Joachim Lusiardi Date: Fri, 1 Nov 2024 08:49:12 +0100 Subject: [PATCH] make spiders more visible --- src/monster.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/monster.rs b/src/monster.rs index c17ab72..9506637 100644 --- a/src/monster.rs +++ b/src/monster.rs @@ -56,7 +56,7 @@ create_monster!( name:"spider".to_string(), life: 3, symbol: String::from("s"), - color: Color::Blue, + color: Color::Yellow, experience_gain: 7, ticks_between_steps: 7, damage_range: 2..=3,