Home
last modified time | relevance | path

Searched refs:disturb_minor (Results 1 – 15 of 15) sorted by relevance

/dports/games/zangband/zangband/lib/script/
H A Dfield.lua116 if (disturb_minor == TRUE) then
125 if (disturb_minor == TRUE) then
135 if (disturb_minor == TRUE) then
/dports/games/mangband/mangband-1.5.3/lib/user/
H A Doptions.prf32 X:disturb_minor
/dports/games/tomenet/tomenet-4.6.0/lib/user/
H A Doptions.prf32 X:disturb_minor
/dports/games/mangband/mangband-1.5.3/src/client/
H A Dc-tables.c715 /* 24 */{ &disturb_minor, TRUE, 2, 0, 24,
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dc-tables.c385 { &c_cfg.disturb_minor, FALSE, 3, 0, 79, TRUE,
H A Dplayer.pre244 bool disturb_minor;
/dports/games/zangband/zangband/src/
H A Ddungeon.c222 if (disturb_minor) disturb(FALSE); in sense_item()
764 if (disturb_minor) disturb(FALSE); in notice_lite_change()
H A Dl-player.pkg336 extern bool disturb_minor;
H A Ddefines.h4134 #define disturb_minor p_ptr->options[24] macro
/dports/games/mangband/mangband-1.5.3/src/server/
H A Dtables.c2754 { &disturb_minor, TRUE, 2, 0, 24,
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dtypes.h2125 bool disturb_minor; member
3306 bool disturb_minor; member
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dplayer.pre313 bool disturb_minor;
H A Ddungeon.c520 if (p_ptr->disturb_minor) disturb(Ind, 0, 0); in sense_inventory()
4538 if (p_ptr->disturb_minor) disturb(Ind, 0, 0);
4651 if (p_ptr->disturb_minor) disturb(Ind, 0, 0);
H A Dnserver.c2148 p_ptr->disturb_minor = options[24]; in sync_options()
2433 p_ptr->disturb_minor = options[79]; in sync_options()
H A Dmelee2.c7488 if (p_ptr->disturb_minor) disturb(Ind, 0, 0);