This commit is contained in:
Alayan 2019-03-13 03:35:42 +01:00
parent bd51bb1633
commit 0085151bc4

View File

@ -578,15 +578,6 @@ void ItemManager::switchItemsInternal(std::vector<ItemState*> &all_items)
{
if(!*i) continue;
if ( (*i)->getType() == ItemState::ITEM_BUBBLEGUM ||
(*i)->getType() == ItemState::ITEM_BUBBLEGUM_NOLOK)
{
if (race_manager->getAISuperPower() == RaceManager::SUPERPOWER_NOLOK_BOSS)
{
continue;
}
}
ItemState::ItemType new_type = m_switch_to[(*i)->getType()];
if (new_type == (*i)->getType())