From 3baf2bbb100cdaa56ab6bb28703d979d1b8fb5dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kapu=C5=9Bci=C5=84ski?= Date: Sun, 7 May 2023 20:43:43 +0200 Subject: [PATCH] Fixed wasp not having a valid cargo slot --- src/object/old_object.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/object/old_object.cpp b/src/object/old_object.cpp index a0fcb7c8..195825a2 100644 --- a/src/object/old_object.cpp +++ b/src/object/old_object.cpp @@ -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; }