forked from MagicBane/Server
Durability and initial charges migrated to template.
This commit is contained in:
@@ -514,7 +514,7 @@ public class InfoCmd extends AbstractDevCmd {
|
||||
output += StringUtils.addWS("Qty: "
|
||||
+ df.format(item.getNumOfItems()), 20);
|
||||
output += "Charges: " + (byte) item.chargesRemaining
|
||||
+ '/' + item.getChargesMax();
|
||||
+ '/' + item.template.item_initial_charges;
|
||||
output += newline;
|
||||
output += "Name: " + template.item_base_name;
|
||||
output += newline;
|
||||
|
||||
Reference in New Issue
Block a user