Merge pull request #1590 from colobot/dev-fix-1587

Change the slot for AlienWasp
dev
Emxx52 2023-06-28 23:50:25 +02:00 committed by GitHub
commit 7c40c10b7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);