deletes deprecated damage system

This commit is contained in:
Llywelwyn 2023-08-17 05:42:19 +01:00
parent ff1afed92c
commit 945242bc42
5 changed files with 20 additions and 116 deletions

View file

@ -91,6 +91,13 @@ 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,
"scroll_mass_confusion",
raws::SpawnType::Carried { by: player },
0,
);
return player;
}