Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.h578 bool pickup_scroll(item_def &item, bool msg);
H A Dmonster.cc2027 bool monster::pickup_scroll(item_def &item, bool msg) in pickup_scroll() function in monster
2121 return pickup_scroll(item, msg); in pickup_item()