Merge branch 'synis/fix-safezone-mass' into 'master'

Fix safezone entity mass

See merge request veloren/veloren!1902
This commit is contained in:
Forest Anderson 2021-03-15 00:52:03 +00:00
commit 8cec35a9af

View File

@ -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,