Home
last modified time | relevance | path

Searched refs:doorPreventLockpickExploit (Results 1 – 6 of 6) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/
H A Dactdoor.cpp48 my->doorPreventLockpickExploit = 1; in actDoor()
57 my->doorPreventLockpickExploit = 0; in actDoor()
H A Ditem_tool.cpp299 if ( !entity.doorPreventLockpickExploit ) in applyLockpick()
313 entity.doorPreventLockpickExploit = 1; in applyLockpick()
321 if ( !entity.doorPreventLockpickExploit ) in applyLockpick()
H A Dentity_editor.cpp154 doorPreventLockpickExploit(skill[10]), in Entity()
H A Dentity.hpp305 Sint32& doorPreventLockpickExploit; //skill[10] member in Entity
H A Dentity.cpp179 doorPreventLockpickExploit(skill[10]), in Entity()
/dports/games/barony/Barony-3.3.7/src/magic/
H A Dactmagic.cpp2191 hit.entity->doorPreventLockpickExploit = 1; in actMagicMissile()