Mark new vampire survivor cards

This commit is contained in:
Melledy
2025-11-14 19:12:23 -08:00
parent aad9a5da89
commit fe712e9d2d
9 changed files with 59 additions and 13 deletions
@@ -60,7 +60,7 @@ public class StoryManager extends PlayerManager implements GameDatabaseObject {
this.getPlayer().getInventory().addItems(data.getRewards(), changes);
// Save to db
Nebula.getGameDatabase().addToList(this, this.getPlayerUid(), "completedStories", id);
Nebula.getGameDatabase().addToSet(this, this.getPlayerUid(), "completedStories", id);
}
return changes;