Skip to content

Commit

Permalink
#540 fixed duplicate monsters lost in saves
Browse files Browse the repository at this point in the history
  • Loading branch information
NPBruce committed Jun 23, 2017
1 parent 6734940 commit a135051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unity/Assets/Scripts/Quest/Quest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1961,7 +1961,7 @@ override public string ToString()
string nl = System.Environment.NewLine;

// Section name must be unique
string r = "[Monster" + monsterData.sectionName + "]" + nl;
string r = "[Monster" + monsterData.sectionName + duplicate + "]" + nl;
r += "activated=" + activated + nl;
r += "type=" + monsterData.sectionName + nl;
r += "minionStarted=" + minionStarted + nl;
Expand Down

0 comments on commit a135051

Please sign in to comment.