Fix #3404
This commit is contained in:
parent
740786c3f4
commit
ea25d6b7d4
@ -607,7 +607,8 @@ void Attachment::update(int ticks)
|
||||
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;
|
||||
} // switch
|
||||
|
Loading…
x
Reference in New Issue
Block a user