Skip to content

Commit

Permalink
Correct Mike Ward
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenyx4 committed Jul 30, 2021
1 parent d502e6d commit c091505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions U4DosRandomizer/ItemOptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Text;

Expand Down Expand Up @@ -84,7 +84,7 @@ public static class ItemOptions
UltimaData.ITEM_RUNE_SPIRITUALITY, new List<ItemOption>
{
new ItemOption { Item = new Item(0x01, 0x11, 0x08), People = new List<Person>() { new Person { KeywordResponse2 = "Search for the rune of spirituality in the treasure chamber of Britannia!", Name = "the Ankh of\nSpirituality" } } }, // Ankh of Spirituality
new ItemOption { Item = new Item(0x0B, 0x05, 0x18), People = new List<Person>() { new Person { KeywordResponse2 = "Search in the empty bed at the healers.", Name = "the Ankh of\nSpirituality" } } }, // Ankh of Spirituality
new ItemOption { Item = new Item(0x0B, 0x05, 0x18), People = new List<Person>() { new Person { KeywordResponse2 = "Search in the empty bed at the healers.", Name = "the Ankh of\nSpirituality" }, new Person { No = "I can not find it!", Name = "Mike Ward" } } }, // Ankh of Spirituality
new ItemOption { Item = new Item(0x01, 0x0A, 0x18), People = new List<Person>() { new Person { KeywordResponse2 = "The seer hath the rune of Spirituality.", Name = "the Ankh of\nSpirituality" } } }, // Ankh of Spirituality
new ItemOption { Item = new Item(0x01, 0x0D, 0x16), People = new List<Person>() { new Person { KeywordResponse2 = "Search for the rune of spirituality with the captive reaper!", Name = "the Ankh of\nSpirituality" } } },
new ItemOption { Item = new Item(0x10, 0x02, 0x18), People = new List<Person>() { new Person { KeywordResponse2 = "Search for the rune of spirituality by those who study the Axiom in Cove!", Name = "the Ankh of\nSpirituality" } } }
Expand Down

0 comments on commit c091505

Please sign in to comment.