Home
last modified time | relevance | path

Searched refs:TOOL_GLASSES (Results 1 – 18 of 18) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/
H A Ditems.hpp178 TOOL_GLASSES, enumerator
H A Dmonster_succubus.cpp840 if ( myStats->mask->type == TOOL_GLASSES ) in succubusMoveBodyparts()
H A Dmonster_goblin.cpp998 if ( myStats->mask->type == TOOL_GLASSES ) in goblinMoveBodyparts()
H A Dmonster_vampire.cpp1208 if ( myStats->mask->type == TOOL_GLASSES ) in vampireMoveBodyparts()
H A Dmonster_automaton.cpp1257 if ( myStats->mask->type == TOOL_GLASSES ) in automatonMoveBodyparts()
H A Dmonster_goatman.cpp1279 if ( myStats->mask->type == TOOL_GLASSES ) in goatmanMoveBodyparts()
H A Dmonster_incubus.cpp1303 if ( myStats->mask->type == TOOL_GLASSES ) in incubusMoveBodyparts()
H A Dmonster_insectoid.cpp1398 if ( myStats->mask->type == TOOL_GLASSES ) in insectoidMoveBodyparts()
H A Dmonster_shadow.cpp1229 if ( myStats->mask->type == TOOL_GLASSES ) in shadowMoveBodyparts()
H A Dmonster_human.cpp1627 if ( myStats->mask->type == TOOL_GLASSES ) in humanMoveBodyparts()
H A Dmonster_shopkeeper.cpp1543 if ( myStats->mask->type == TOOL_GLASSES ) in shopkeeperMoveBodyparts()
H A Dmonster_skeleton.cpp1324 if ( myStats->mask->type == TOOL_GLASSES ) in skeletonMoveBodyparts()
H A Dcharclass.cpp806 item = newItem(TOOL_GLASSES, SERVICABLE, 0, 1, 0, true, nullptr); in initClass()
H A Ditems.cpp2484 case TOOL_GLASSES: in useItem()
H A Dactplayer.cpp5370 if ( stats[PLAYER_NUM]->mask->type == TOOL_GLASSES ) in actPlayer()
H A Dentity.cpp5351 if ( entitystats->mask->type == TOOL_GLASSES ) in statGetPER()
/dports/games/barony/Barony-3.3.7/src/interface/
H A Dinterface.cpp5628 …items.push_back(newItem(TOOL_GLASSES, EXCELLENT, 0, 1, ITEM_TINKERING_APPEARANCE, true, &tinkering… in tinkeringCreateCraftableItemList()
6355 case TOOL_GLASSES: in tinkeringGetCraftingCost()
6599 case TOOL_GLASSES: in tinkeringGetItemValue()
6926 case TOOL_GLASSES: in tinkeringPlayerHasSkillLVLToCraft()
H A Dplayerinventory.cpp215 case TOOL_GLASSES: in itemUseString()