mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
added a bipedsmall variant to loot fallback
This commit is contained in:
parent
1caa97d844
commit
23daa0e5c7
@ -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