Add slot for Wasps (fix for #1587)

fix-squashed-planets
tomangelo2 2023-06-19 00:31:15 +02:00
parent 4f0854068c
commit 9417b916da
1 changed files with 3 additions and 0 deletions

View File

@ -1727,6 +1727,9 @@ Math::Vector COldObject::GetSlotPosition(int slotNum)
grabPartNum = 3;
grabRelPos = Math::Vector(4.7f, 0.0f, 0.0f);
break;
case OBJECT_BEE:
grabPartNum = 7;
break;
default: // unreachable, only the above objects have cargo slots
assert(!m_hasCargoSlot);
return m_powerPosition;