make spiders more visible
This commit is contained in:
parent
8ee142586b
commit
d42d8a12b4
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue