mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Added mass to safezone entity
This commit is contained in:
parent
6ef459e815
commit
29d1dca067
@ -1042,6 +1042,7 @@ fn handle_safezone(
|
||||
server
|
||||
.state
|
||||
.create_object(pos, comp::object::Body::BoltNature)
|
||||
.with(comp::Mass(10_f32.powi(10)))
|
||||
.with(comp::Auras::new(vec![Aura::new(
|
||||
AuraKind::Buff {
|
||||
kind: BuffKind::Invulnerability,
|
||||
|
Loading…
Reference in New Issue
Block a user