Home
last modified time | relevance | path

Searched refs:POTION_ACID (Results 1 – 11 of 11) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/interface/
H A Dinterface.cpp4801 case POTION_ACID: in isItemMixable()
4869 if ( secondaryPotion->type == POTION_ACID ) in alchemyCombinePotions()
4885 result = POTION_ACID; in alchemyCombinePotions()
4934 case POTION_ACID: in alchemyCombinePotions()
5003 if ( basePotion->type == POTION_ACID ) in alchemyCombinePotions()
5019 result = POTION_ACID; in alchemyCombinePotions()
5068 case POTION_ACID: in alchemyCombinePotions()
5240 if ( basePotion->type == POTION_ACID || secondaryPotion->type == POTION_ACID ) in alchemyCombinePotions()
5541 case POTION_ACID: in isItemBaseIngredient()
5589 ItemType potion = POTION_ACID; in alchemyLearnRecipeOnLevelUp()
/dports/games/barony/Barony-3.3.7/src/
H A Dactfountain.cpp63 { POTION_ACID, 0 },
H A Ditems.hpp92 POTION_ACID, enumerator
H A Dactthrown.cpp818 case POTION_ACID: in actThrown()
998 case POTION_ACID: in actThrown()
H A Ditem_tool.cpp758 item = newItem(POTION_ACID, SERVICABLE, 0, 1, 0, false, NULL); in applyEmptyPotion()
H A Dcharclass.cpp1853 item = newItem(POTION_ACID, SERVICABLE, 0, 2, 0, true, nullptr); in initClass()
2436 ItemType potion = POTION_ACID; in initClass()
H A Ditems.cpp2191 case POTION_ACID: in useItem()
3844 || potion.type == POTION_ACID in isPotionBad()
/dports/games/powder/powder118_src/
H A Ditem.cpp3226 case POTION_ACID: in actionDip()
4259 case POTION_ACID: in grenadeCallback()
H A Dai.cpp1963 if (potion == POTION_ACID) in aiDoStopStoningSelf()
H A Daction.cpp2763 case POTION_ACID: in actionEat()
4452 item->setDefinition(ITEM::lookupMagicItem(MAGICTYPE_POTION, POTION_ACID)); in actionCast()
H A Dmap.cpp1602 POTION_ACID)); in fillBottle()