Tornado summoning attack

This commit is contained in:
Snowram
2021-06-04 00:42:50 +02:00
committed by Robin Gilh
parent 97ce50e5d4
commit 3ba0500b90
18 changed files with 147 additions and 30 deletions

View File

@ -1014,7 +1014,7 @@ fn handle_spawn(
pos,
comp::Stats::new(get_npc_name(id, npc::BodyType::from_body(body))),
comp::SkillSet::default(),
comp::Health::new(body, 1),
Some(comp::Health::new(body, 1)),
comp::Poise::new(body),
inventory,
body,
@ -1116,7 +1116,7 @@ fn handle_spawn_training_dummy(
pos,
stats,
skill_set,
health,
Some(health),
poise,
Inventory::new_empty(),
body,