Home
last modified time | relevance | path

Searched defs:stolen_amount (Results 1 – 1 of 1) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.cc6223 const int stolen_amount = min(20 + random2(800), you.gold); in steal_item_from_player() local
6309 const int stolen_amount = 1 + random2(new_item.quantity); in take_item() local