mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Remove dead code.
This commit is contained in:
parent
7d75eaedd1
commit
188096a20f
@ -67,10 +67,6 @@ impl Entity {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn get_level(&self) -> u32 {
|
||||
(self.rng(PERM_LEVEL).gen::<f32>().powi(2) * 15.0).ceil() as u32
|
||||
}
|
||||
|
||||
pub fn get_loadout(&self) -> comp::inventory::loadout::Loadout {
|
||||
let mut rng = self.rng(PERM_LOADOUT);
|
||||
let main_tool = comp::Item::new_from_asset_expect(
|
||||
|
Loading…
Reference in New Issue
Block a user