Implement trekker honor titles

- Setting affinity via commands will not add new honor titles
This commit is contained in:
Melledy
2026-04-15 06:38:45 -07:00
parent 9ba38d5a5e
commit 36e8bc1467
8 changed files with 119 additions and 22 deletions
@@ -936,7 +936,7 @@ public class Player implements GameDatabaseObject {
proto.addHonors(info);
}
this.getInventory().getHonorList().forEach(proto::addHonorList);
this.getInventory().getAllHonorTitles().forEach(proto::addHonorList);
// Set world class
proto.getMutableWorldClass()