orintstats to show boxed status

This commit is contained in:
2025-03-16 15:49:00 -05:00
parent de1e8eed98
commit 6dfac2d604
@@ -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) {