Added mass to safezone entity

This commit is contained in:
Synis 2021-03-14 22:04:56 +01:00
parent 6ef459e815
commit 29d1dca067

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,