Merge pull request #1581 from colobot/1580-wasp-grabbing-behavior-broken
Fixed wasp not having a valid cargo slotfix-squashed-planets
commit
10b89e36f9
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue