Merge from upstream

This commit is contained in:
David Markowitz
2023-06-16 02:01:01 -07:00
4 changed files with 5 additions and 6 deletions

View File

@@ -1002,7 +1002,6 @@ void InventoryComponent::HandlePossession(Item* item) {
// Setup the destroyable stats
auto* destroyableComponent = mount->GetComponent<DestroyableComponent>();
if (destroyableComponent) {
destroyableComponent->SetIsSmashable(false);
destroyableComponent->SetIsImmune(true);
}