Home
last modified time | relevance | path

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

/dports/games/keeperrl/keeperrl-alpha23/
H A Ditem.h75 string getApplyMsgThirdPerson(WConstCreature owner) const;
H A Ditem.cpp211 string Item::getApplyMsgThirdPerson(WConstCreature owner) const { in getApplyMsgThirdPerson() function in Item
H A Dcreature.cpp1364 thirdPerson(getName().the() + " " + item->getApplyMsgThirdPerson(self)); in applyItem()