Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dhints.cc2823 && gives_resistance(item)) in check_item_hint()
2851 else if (gives_resistance(item)) in hints_describe_item()
3055 if (gives_resistance(item)) in hints_describe_item()
3127 if (gives_resistance(item)) in hints_describe_item()
3192 if (gives_resistance(item)) in hints_describe_item()
H A Ditem-prop.h224 bool gives_resistance(const item_def &item) PURE;
H A Ditem-prop.cc2570 bool gives_resistance(const item_def &item) in gives_resistance() function