mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Tornado summoning attack
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user