This commit is contained in:
Alayan-stk-2 2018-08-28 03:18:49 +02:00 committed by GitHub
parent 740786c3f4
commit ea25d6b7d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -607,7 +607,8 @@ void Attachment::update(int ticks)
m_bubble_explode_sound->play(); m_bubble_explode_sound->play();
} }
ItemManager::get()->dropNewItem(Item::ITEM_BUBBLEGUM, m_kart); if (!m_kart->isGhostKart())
ItemManager::get()->dropNewItem(Item::ITEM_BUBBLEGUM, m_kart);
} }
break; break;
} // switch } // switch