Fixed wasp not having a valid cargo slot

dev
Tomasz Kapuściński 2023-05-07 20:43:43 +02:00
parent 7c95855d4f
commit 3baf2bbb10
1 changed files with 2 additions and 1 deletions

View File

@ -792,7 +792,8 @@ void COldObject::SetType(ObjectType type)
m_type == OBJECT_MOBILEta ||
m_type == OBJECT_MOBILEwa ||
m_type == OBJECT_MOBILEia ||
m_type == OBJECT_MOBILEsa) // subber
m_type == OBJECT_MOBILEsa || // subber
m_type == OBJECT_BEE)
{
m_hasCargoSlot = true;
}