misc fixes

This commit is contained in:
Llywelwyn 2023-08-18 23:56:49 +01:00
parent 72f8dbbdf4
commit 1832e9d7f1
3 changed files with 3 additions and 10 deletions

View file

@ -112,13 +112,6 @@ pub fn player(ecs: &mut World, player_x: i32, player_y: i32) -> Entity {
raws::SpawnType::Carried { by: player },
0,
);
raws::spawn_named_entity(
&raws::RAWS.lock().unwrap(),
ecs,
"wand_confusion",
raws::SpawnType::Carried { by: player },
0,
);
return player;
}