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,