Add: Added "totem" Attribute In Player.java's toString.
This commit is contained in:
@@ -254,6 +254,7 @@ public class Player implements Serializable {
|
||||
|
||||
table.addHeader(this.getUserName());
|
||||
table.addRow("RESOURCES:");
|
||||
table.addRow("Totem: " + this.totem.toString());
|
||||
table.addRow("Food: " + this.getFoodValue());
|
||||
table.addRow("Prestige: " + this.getPrestigeValue());
|
||||
table.addSeparator();
|
||||
|
||||
Reference in New Issue
Block a user