Added mass to safezone entity

This commit is contained in:
Synis 2021-03-14 22:04:56 +01:00
parent 6ea64d4984
commit a4c0205369

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,