Home
last modified time | relevance | path

Searched refs:pickup_potion (Results 1 – 2 of 2) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.h579 bool pickup_potion(item_def &item, bool msg, bool force = false);
H A Dmonster.cc2032 bool monster::pickup_potion(item_def &item, bool msg, bool force) in pickup_potion() function in monster
2123 return pickup_potion(item, msg, force); in pickup_item()