Home
last modified time | relevance | path

Searched refs:chestLockpickHealth (Results 1 – 5 of 5) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/
H A Ditem_tool.cpp150 entity.chestLockpickHealth = std::max(0, entity.chestLockpickHealth - lockpickDamageToChest); in applyLockpick()
151 bool unlockedFromLockpickHealth = (entity.chestLockpickHealth == 0); in applyLockpick()
H A Dentity_editor.cpp37 chestLockpickHealth(skill[12]), in Entity()
H A Dentity.hpp163 Sint32& chestLockpickHealth; // skill[12] member in Entity
H A Dactchest.cpp69 chestLockpickHealth = 40; in actChest()
H A Dentity.cpp65 chestLockpickHealth(skill[12]), in Entity()