Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.cc3329 const int jewellery_plus = ring->plus; in armour_class() local
3330 ASSERT(abs(jewellery_plus) < 30); // sanity check in armour_class()
3331 ac += jewellery_plus; in armour_class()
3443 const int jewellery_plus = ring->plus; in evasion() local
3444 ASSERT(abs(jewellery_plus) < 30); // sanity check in evasion()
3445 ev += jewellery_plus; in evasion()