Browse Source

orintstats to show boxed status

lakebane
FatBoy-DOTC 2 weeks ago
parent
commit
6dfac2d604
  1. 1
      src/engine/devcmd/cmds/PrintStatsCmd.java

1
src/engine/devcmd/cmds/PrintStatsCmd.java

@ -87,6 +87,7 @@ public class PrintStatsCmd extends AbstractDevCmd { @@ -87,6 +87,7 @@ public class PrintStatsCmd extends AbstractDevCmd {
newOut += "MAX: " + tar.combatStats.maxDamageHandTwo + newline;
newOut += "RANGE: " + tar.combatStats.rangeHandTwo + newline;
newOut += "ATTACK SPEED: " + tar.combatStats.attackSpeedHandTwo + newline;
newOut += "IS BOXED: " + tar.isBoxed + newline;
newOut += "=== POWERS ===" + newline;
for(CharacterPower power : pc.getPowers().values()){
if(power.getPower().requiresHitRoll) {

Loading…
Cancel
Save