forked from MagicBane/Server
orintstats to show boxed status
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user