Home
last modified time | relevance | path

Searched refs:foot_name (Results 1 – 10 of 10) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dplayer-act.cc552 if (!get_form()->foot_name.empty()) in _foot_name_singular()
553 return get_form()->foot_name; in _foot_name_singular()
593 string player::foot_name(bool plural, bool *can_plural) const in foot_name() function in player
H A Dtransform.h210 const string foot_name; variable
H A Dform-data.h52 const char *foot_name; member
H A Dactor.h160 virtual string foot_name(bool plural, bool *can_plural = nullptr) const = 0;
H A Dtransform.cc123 hand_name(fe.hand_name), foot_name(fe.foot_name), in Form()
H A Dmonster.h342 string foot_name(bool plural, bool *can_plural = nullptr) const override;
H A Dmonster.cc2408 return str + foot_name(plural, can_plural); in hand_name()
2415 return foot_name(plural, can_plural); in hand_name()
2498 string monster::foot_name(bool plural, bool *can_plural) const in foot_name() function in monster
2614 return foot_name(plural, can_plural); in foot_name()
H A Dplayer.h686 string foot_name(bool plural, bool *can_plural = nullptr) const override;
H A Dmon-util.cc4568 part_str = mons.foot_name(false, &can_plural); in do_mon_str_replacements()
4576 part_str = mons.foot_name(true); in do_mon_str_replacements()
H A Ditem-use.cc969 you.foot_name(true) }; in can_wear_armour()