v2.1.3: fixed armored brutes having more DR than intended since v2.0
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ public class ArmoredBrute extends Brute {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int drRoll() {
|
public int drRoll() {
|
||||||
return super.drRoll() + Random.NormalIntRange(6, 10);
|
return super.drRoll() + 4; //4-12 DR total
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user