We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbb305 commit bc46ed2Copy full SHA for bc46ed2
1 file changed
Arrowgene.Ddon.Shared/Asset/EpitaphTrialAsset.cs
@@ -98,7 +98,7 @@ public string Label()
98
break;
99
case SoulOrdealObjective.ItemNoteUsedMoreThanOnce:
100
counter = (Param2 == 1) ? 0U : 1U;
101
- label = $"Items cannot be used {Param2} times {counter}/1";
+ label = $"Use items less than {Param2} times {counter}/1";
102
103
case SoulOrdealObjective.EliminateTheEnemy:
104
label = "Eliminate the enemy";
0 commit comments