Add: Added "totem" Attribute In Player.java's toString.

This commit is contained in:
GabrieleRadice
2026-05-13 17:49:20 +02:00
parent c3095ae69d
commit aa7a22b160
@@ -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();