Home
last modified time | relevance | path

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

/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Dflag.h36 boolean deathdropless; /* disable monsters dropping random items */ member
/dports/games/unnethack/unnethack-5.1.0-20131208/win/tty/
H A Dwintty.c465 conduct_bools[9] = &flags.deathdropless; in tty_player_selection()
515 flags.deathdropless = conduct_settings[9]; in tty_player_selection()
/dports/games/unnethack/unnethack-5.1.0-20131208/
H A DChangeLog152 - Disable death drops conduct option: deathdropless
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dcmd.c1512 if (flags.deathdropless)
H A Dmon.c2155 if (!flags.deathdropless && !rn2(6) &&
H A Doptions.c90 {"deathdropless", &flags.deathdropless, FALSE, SET_IN_FILE},