Home
last modified time | relevance | path

Searched defs:misc_action (Results 1 – 1 of 1) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dquiver.cc1802 struct misc_action : public wand_action struct
1804 misc_action(int slot=-1) : wand_action(slot, "misc_action") in misc_action() argument
1808 bool is_valid() const override in is_valid()
1818 bool use_autofight_targeting() const override in use_autofight_targeting()
1824 bool allow_autofight() const override in allow_autofight()
1842 void trigger(dist &t) override in trigger()
1852 string quiver_verb() const override in quiver_verb()
1857 bool is_targeted() const override in is_targeted()
1872 vector<shared_ptr<action>> get_fire_order( in get_fire_order()