Skip to content

Commit

Permalink
Fix Derek the Bard's text about the candle's location
Browse files Browse the repository at this point in the history
Fixes #118
  • Loading branch information
Fenyx4 committed Jul 31, 2021
1 parent fedfb90 commit 1265704
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions U4DosRandomizer/Talk.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ public void Update(UltimaData ultimaData, Avatar avatar, Flags flags, IWorldMap
person.KeywordResponse2 = ReplaceSextantText(person.KeywordResponse2, GetSextantText(ultimaData.Items[ultimaData.ITEM_BELL]));
}

person = FindPerson("Derek the Bard");
// Make more thematic when Cove is better hidden
person.KeywordResponse2 = "The candle of love is found in a secret place hidden in Cove!";

if (ultimaData.Items[ultimaData.ITEM_SKULL].Changed)
{
person = FindPerson("Jude");
Expand Down

0 comments on commit 1265704

Please sign in to comment.