Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtags.cc5024 int prop_mr = artefact_property(item, ARTP_WILLPOWER); in unmarshallItem() local
5025 if (prop_mr > 99) in unmarshallItem()
5027 else if (prop_mr > 79) in unmarshallItem()
5029 else if (prop_mr < -40) in unmarshallItem()
5031 else if (prop_mr < 0) in unmarshallItem()