diff options
Diffstat (limited to 'npc/003-0-1')
-rw-r--r-- | npc/003-0-1/guards.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/003-0-1/guards.txt b/npc/003-0-1/guards.txt index b0876a50e..b1e04658c 100644 --- a/npc/003-0-1/guards.txt +++ b/npc/003-0-1/guards.txt @@ -15,7 +15,10 @@ next; mesn; mesq l("Unless you're an Alliance member or have authorization, you cannot go in."); - mesc l("Alliance members are those who [@@https://patreon.com/TMW2|sponsor us@@]."); + if (getvaultid()) + mesc l("Alliance members are those who [@@https://tmw2.org/contact|sponsor us@@]."); + else + mesc l("Alliance members are those who [@@https://patreon.com/TMW2|sponsor us@@]."); mesc l("There's nothing in the Magic Council Room, though. It's just a perk."); close; |