mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'synis/fix-safezone-mass' into 'master'
Fix safezone entity mass See merge request veloren/veloren!1902
This commit is contained in:
commit
8cec35a9af
@ -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