make spiders more visible

This commit is contained in:
Joachim Lusiardi 2024-11-01 08:49:12 +01:00
parent 8ee142586b
commit d42d8a12b4
1 changed files with 1 additions and 1 deletions

View File

@ -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,