Home
last modified time | relevance | path

Searched refs:launcher_autoquiver (Results 1 – 3 of 3) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Doptions.h290 bool launcher_autoquiver; // whether to autoquiver launcher ammo on wield member
H A Dquiver.cc3123 if (!you.launcher_action.is_empty() && Options.launcher_autoquiver) in on_weapon_changed()
3126 && Options.launcher_autoquiver) in on_weapon_changed()
H A Dinitfile.cc234 new BoolGameOption(SIMPLE_NAME(launcher_autoquiver), true), in build_options_list()