Home
last modified time | relevance | path

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

/dports/games/barony/Barony-3.3.7/src/
H A Ditems.cpp654 …if ( this->type == TOOL_GYROBOT || this->type == TOOL_DUMMYBOT || this->type == TOOL_SENTRYBOT || … in description()
720 …if ( this->type == TOOL_GYROBOT || this->type == TOOL_DUMMYBOT || this->type == TOOL_SENTRYBOT || … in description()
789 …if ( this->type == TOOL_GYROBOT || this->type == TOOL_DUMMYBOT || this->type == TOOL_SENTRYBOT || … in description()
862 …if ( this->type == TOOL_GYROBOT || this->type == TOOL_DUMMYBOT || this->type == TOOL_SENTRYBOT || … in description()
1148 …if ( item1->type == TOOL_GYROBOT || item1->type == TOOL_SENTRYBOT || item1->type == TOOL_SPELLBOT … in itemCompare()
2453 case TOOL_GYROBOT: in useItem()
2926 if ( item->type == TOOL_SENTRYBOT || item->type == TOOL_SPELLBOT || item->type == TOOL_GYROBOT in itemPickup()
4441 … type == TOOL_SPELLBOT || type == TOOL_DUMMYBOT || type == TOOL_SENTRYBOT || type == TOOL_GYROBOT ) in shouldItemStack()
4767 …if ( type == TOOL_GYROBOT || type == TOOL_DUMMYBOT || type == TOOL_SENTRYBOT || type == TOOL_SPELL… in tinkeringBotIsMaxHealth()
4779 … type == TOOL_SENTRYBOT || type == TOOL_SPELLBOT || type == TOOL_DUMMYBOT || type == TOOL_GYROBOT ) in isTinkeringItemWithThrownLimit()
H A Ditem_tool.cpp1241 …else if ( type == TOOL_DUMMYBOT || type == TOOL_GYROBOT || type == TOOL_SENTRYBOT || type == TOOL_… in applyTinkeringCreation()
1244 if ( type == TOOL_GYROBOT ) in applyTinkeringCreation()
1331 || item->type == TOOL_GYROBOT in itemIsThrowableTinkerTool()
H A Ditems.hpp293 TOOL_GYROBOT, enumerator
H A Dactthrown.cpp306 if ( item && item->type == TOOL_GYROBOT && tinkeringItemCanBePlaced ) in actThrown()
450 if ( my->skill[10] == TOOL_GYROBOT ) in actThrown()
H A Dmonster_sentrybot.cpp1232 …Item* item = newItem(TOOL_GYROBOT, static_cast<Status>(myStats->monsterTinkeringStatus), 0, 1, app… in gyroBotAnimate()
H A Dactplayer.cpp2323 …mpItem->type == TOOL_SENTRYBOT || tempItem->type == TOOL_SPELLBOT || tempItem->type == TOOL_GYROBOT in actPlayer()
H A Dentity.cpp13593 else if ( weaponLimb->sprite == items[TOOL_GYROBOT].index ) in handleHumanoidWeaponLimb()
13865 else if ( weaponLimb->sprite == items[TOOL_GYROBOT].index ) in handleHumanoidWeaponLimb()
/dports/games/barony/Barony-3.3.7/src/interface/
H A Dinterface.cpp3283 case TOOL_GYROBOT: in isItemRepairable()
5621 …items.push_back(newItem(TOOL_GYROBOT, EXCELLENT, 0, 1, ITEM_TINKERING_APPEARANCE, true, &tinkering… in tinkeringCreateCraftableItemList()
5644 || item->type == TOOL_SPELLBOT || item->type == TOOL_GYROBOT ) in tinkeringCreateCraftableItemList()
5884 || item->type == TOOL_GYROBOT || item->type == TOOL_DUMMYBOT in tinkeringSalvageItem()
6327 case TOOL_GYROBOT: in tinkeringGetCraftingCost()
6718 case TOOL_GYROBOT: in tinkeringGetItemValue()
6769 case TOOL_GYROBOT: in tinkeringGetRepairCost()
6898 case TOOL_GYROBOT: in tinkeringIsItemUpgradeable()
6935 case TOOL_GYROBOT: in tinkeringPlayerHasSkillLVLToCraft()
7067 …RYBOT || item->type == TOOL_SPELLBOT || item->type == TOOL_DUMMYBOT || item->type == TOOL_GYROBOT ) in tinkeringRepairItem()
H A Ddrawstatus.cpp1275 else if ( item->type == TOOL_GYROBOT || item->type == TOOL_DUMMYBOT in drawStatus()
1345 if ( item->type == TOOL_GYROBOT || item->type == TOOL_DUMMYBOT in drawStatus()
H A Dplayerinventory.cpp1196 else if ( item->type == TOOL_GYROBOT || item->type == TOOL_DUMMYBOT in updatePlayerInventory()
1265 if ( item->type == TOOL_GYROBOT || item->type == TOOL_DUMMYBOT in updatePlayerInventory()
H A Dconsolecommand.cpp2579 dropItem(newItem(TOOL_GYROBOT, EXCELLENT, 0, 10, rand(), true, &stats[clientnum]->inventory), 0); in consoleCommand()