Home
last modified time | relevance | path

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

/dports/games/angband/Angband-4.2.2/src/
H A Dcmd-misc.c40 if (!(player->noscore & NOSCORE_WIZARD)) { in do_cmd_wizard()
51 player->noscore |= NOSCORE_WIZARD; in do_cmd_wizard()
H A Dscore.c266 if (player->noscore & (NOSCORE_WIZARD | NOSCORE_DEBUG)) { in enter_score()
H A Dplayer.h95 #define NOSCORE_WIZARD 0x0002 macro
H A Dsavefile.c643 player->noscore |= NOSCORE_WIZARD; in savefile_load()
H A Dwiz-debug.c1456 player->noscore |= NOSCORE_WIZARD; in wiz_cheat_death()
/dports/games/mangband/mangband-1.5.3/src/client/
H A Dc-cmd0.c251 if (!(p_ptr->noscore & NOSCORE_WIZARD))
263 p_ptr->noscore |= NOSCORE_WIZARD;