mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'ubruntu/fix-dungeon-loot-fallback' into 'master'
fix BipedSmall NPCs using fallback loot table See merge request veloren/veloren!2809
This commit is contained in:
commit
102a6fe1f0
@ -525,6 +525,7 @@ pub fn handle_destroy(server: &mut Server, entity: EcsEntity, cause: HealthSourc
|
||||
_ => "common.loot_tables.creature.quad_low.generic",
|
||||
}
|
||||
},
|
||||
Some(common::comp::Body::BipedSmall(_)) => "common.loot_tables.nothing",
|
||||
_ => "common.loot_tables.fallback",
|
||||
})
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user