diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-05 11:07:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-05 11:07:54 -0300 |
commit | 88ef08802ed711ed5763a5763b05c65c56e7f9dc (patch) | |
tree | 56196fc756a2fd52e26eed86684801c402727fb8 /npc | |
parent | 20f14fb129933f303128384f6a1d5f2b11e9629a (diff) | |
download | serverdata-88ef08802ed711ed5763a5763b05c65c56e7f9dc.tar.gz serverdata-88ef08802ed711ed5763a5763b05c65c56e7f9dc.tar.bz2 serverdata-88ef08802ed711ed5763a5763b05c65c56e7f9dc.tar.xz serverdata-88ef08802ed711ed5763a5763b05c65c56e7f9dc.zip |
Better not speak about partneroverride
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/marriage.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/marriage.txt b/npc/functions/marriage.txt index a8be00493..ad465052b 100644 --- a/npc/functions/marriage.txt +++ b/npc/functions/marriage.txt @@ -223,7 +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)); + tutmes l("Marriage unlocks %s powers. The ring is sold in Tulimshar.", getitemlink(WeddingRing)); switch (select(l("I want to register for marriage."), l("Nothing"))) { |