Fixed wasp not having a valid cargo slot

fix-squashed-planets
Tomasz Kapuściński 2023-05-07 20:43:43 +02:00
parent 71e3e78644
commit 160a4a4f75
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_MOBILEta ||
m_type == OBJECT_MOBILEwa || m_type == OBJECT_MOBILEwa ||
m_type == OBJECT_MOBILEia || m_type == OBJECT_MOBILEia ||
m_type == OBJECT_MOBILEsa) // subber m_type == OBJECT_MOBILEsa || // subber
m_type == OBJECT_BEE)
{ {
m_hasCargoSlot = true; m_hasCargoSlot = true;
} }