added a bipedsmall variant to loot fallback

This commit is contained in:
Bryant Deters 2021-09-04 12:11:09 -05:00
parent 1caa97d844
commit 23daa0e5c7

View File

@ -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",
})
};