v2.0.1: fixed brawlers stance granting weapon damage blocking
This commit is contained in:
@@ -570,7 +570,7 @@ public class Hero extends Char {
|
||||
}
|
||||
if (armDr > 0) dr += armDr;
|
||||
}
|
||||
if (belongings.weapon() != null) {
|
||||
if (belongings.weapon() != null && !RingOfForce.fightingUnarmed(this)) {
|
||||
int wepDr = Random.NormalIntRange( 0 , belongings.weapon().defenseFactor( this ) );
|
||||
if (STR() < ((Weapon)belongings.weapon()).STRReq()){
|
||||
wepDr -= 2*(((Weapon)belongings.weapon()).STRReq() - STR());
|
||||
|
||||
Reference in New Issue
Block a user