Home
last modified time | relevance | path

Searched refs:game_is_tutorial (Results 1 – 16 of 16) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtutorial.cc18 if (!crawl_state.game_is_tutorial()) in set_tutorial_skill()
H A Dstate.cc567 bool game_state::game_is_tutorial() const in game_is_tutorial() function in game_state
593 return game_is_hints() || game_is_tutorial(); in game_is_hints_tutorial()
637 if (crawl_state.game_is_tutorial()) in game_type_qualifier()
H A Dstate.h212 bool game_is_tutorial() const;
H A Dng-setup.cc100 if (!force_tutorial && crawl_state.game_is_tutorial()) in newgame_make_item()
585 if (crawl_state.game_is_tutorial()) in _setup_generic()
H A Dend.cc333 if (!non_death && !crawl_state.game_is_tutorial() && !you.wizard) in end_game()
H A Dmain.cc427 if (!crawl_state.game_is_tutorial()) in _launch_game()
449 if (!crawl_state.game_is_tutorial()) in _launch_game()
1459 crawl_state.game_is_tutorial() ? "" : in _prompt_stairs()
H A Dghost.cc876 return !crawl_state.game_is_tutorial() in ghost_eligible()
H A Douch.cc1112 if (crawl_state.game_is_tutorial()) in ouch()
H A Dl-crawl.cc1756 if (crawl_state.game_is_tutorial()) in LUAFN()
H A Dtraps.cc1491 || crawl_state.game_is_tutorial() in trap_rate_for_place()
H A Dmaps.cc897 && (!crawl_state.game_is_tutorial() in accept()
H A Ddungeon.cc1533 || crawl_state.game_is_tutorial()) in dgn_reset_level()
2602 && !crawl_state.game_is_tutorial(); in _mimic_at_level()
2672 && !crawl_state.game_is_tutorial()) in _build_dungeon_level()
3015 || crawl_state.game_is_tutorial())) in _dgn_random_map_for_place()
H A Dnewgame.cc2178 if (!crawl_state.game_is_tutorial()) in _construct_gamemode_map_menu()
H A Dreligion.cc3655 if (crawl_state.game_is_tutorial()) in _set_initial_god_piety()
H A Dtags.cc1414 if (crawl_state.game_is_tutorial()) in _tag_construct_char()
2318 if (crawl_state.game_is_valid_type() && crawl_state.game_is_tutorial()) in tag_read_char()
H A Ddescribe.cc2719 if (!crawl_state.game_is_tutorial()) in _allowed_actions()