mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-20 01:29:54 +02:00
Mark new vampire survivor cards
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user