Home
last modified time | relevance | path

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

/dports/games/barony/Barony-3.3.7/src/
H A Dentity.cpp7785 int armorRoll = rand() % 6; in attack() local
7786 if ( armorRoll == 4 && hitstats->shield ) in attack()
7792 armorRoll = rand() % 4; // reroll for non-shield slot. in attack()