Fix #3750
This commit is contained in:
parent
bd51bb1633
commit
0085151bc4
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user