diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/marriage.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/marriage.txt b/npc/functions/marriage.txt index ba4706f25..a8be00493 100644 --- a/npc/functions/marriage.txt +++ b/npc/functions/marriage.txt @@ -223,6 +223,7 @@ function script marriagemarry { } speech l("What can I do for you?"); + tutmes l("Marriage unlocks %s powers. The ring is sold in Tulimshar. It also lifts some very few item trade restrictions.", getitemlink(WeddingRing)); switch (select(l("I want to register for marriage."), l("Nothing"))) { |