From 6dfac2d604af070796bb3efffe2f0f76d8d15877 Mon Sep 17 00:00:00 2001 From: FatBoy-DOTC Date: Sun, 16 Mar 2025 15:49:00 -0500 Subject: [PATCH] orintstats to show boxed status --- src/engine/devcmd/cmds/PrintStatsCmd.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/engine/devcmd/cmds/PrintStatsCmd.java b/src/engine/devcmd/cmds/PrintStatsCmd.java index ef49b3cf..a10143ce 100644 --- a/src/engine/devcmd/cmds/PrintStatsCmd.java +++ b/src/engine/devcmd/cmds/PrintStatsCmd.java @@ -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) {