diff --git a/src/items/attachment.cpp b/src/items/attachment.cpp index e9ec70a2f..3f22ad2c3 100644 --- a/src/items/attachment.cpp +++ b/src/items/attachment.cpp @@ -354,6 +354,12 @@ void Attachment::hitBanana(ItemState *item_state) return; } + // Make it consistent with attachment rewind when eating banana with bomb + // see if (m_type == ATTACH_BOMB && m_kart->getKartAnimation() != NULL) + // in 515 + if (m_kart->getKartAnimation()) + return; + AttachmentType new_attachment = ATTACH_NOTHING; const KartProperties *kp = m_kart->getKartProperties(); // Use this as a basic random number to make sync with server easier.