log colour tweaks

This commit is contained in:
Llywelwyn 2023-08-17 03:25:39 +01:00
parent 911873127d
commit dd4e0aaee4
2 changed files with 27 additions and 6 deletions

View file

@ -108,7 +108,7 @@ pub fn player(ecs: &mut World, player_x: i32, player_y: i32) -> Entity {
raws::spawn_named_entity(
&raws::RAWS.lock().unwrap(),
ecs,
"scroll_confusion",
"scroll_fireball",
raws::SpawnType::Carried { by: player },
0,
);