diff --git a/server/src/events/entity_manipulation.rs b/server/src/events/entity_manipulation.rs index f25657913d..972cae560f 100644 --- a/server/src/events/entity_manipulation.rs +++ b/server/src/events/entity_manipulation.rs @@ -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", }) };