Better fix for #1587

dev
tomangelo2 2023-06-22 23:32:02 +02:00
parent 9417b916da
commit f672e89201
1 changed files with 2 additions and 1 deletions

View File

@ -1728,7 +1728,8 @@ Math::Vector COldObject::GetSlotPosition(int slotNum)
grabRelPos = Math::Vector(4.7f, 0.0f, 0.0f);
break;
case OBJECT_BEE:
grabPartNum = 7;
grabPartNum = 0;
grabRelPos = Math::Vector(0.0f, -3.0f, 0.0f);
break;
default: // unreachable, only the above objects have cargo slots
assert(!m_hasCargoSlot);