diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-06 20:58:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-06 20:58:19 -0300 |
commit | 7ae8192dd47b276fc2eac489a2d54bd6f88b53a6 (patch) | |
tree | a805ccf6be724330ae5712628b020022f9fda1c2 | |
parent | e5da829a4c16d9a73c2ebb40239a8cfdd39c2456 (diff) | |
download | serverdata-jesusalva/menhir.tar.gz serverdata-jesusalva/menhir.tar.bz2 serverdata-jesusalva/menhir.tar.xz serverdata-jesusalva/menhir.zip |
Minor info on Soul Menhirjesusalva/menhir
-rw-r--r-- | npc/008-1/soul-menhir.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/008-1/soul-menhir.txt b/npc/008-1/soul-menhir.txt index 3c295c92..2c57f0de 100644 --- a/npc/008-1/soul-menhir.txt +++ b/npc/008-1/soul-menhir.txt @@ -5,7 +5,11 @@ // place of power, mana refills faster when sitting nearby 008-1,252,111,0 script Soul Menhir#hurnscald NPC_NO_SPRITE,{ - + if (!@menhir_meditation_message) + { + dispbottom(l("You feel a strong magic aura. You want to sit near it and meditate.")); + @menhir_meditation_message=1; + } end; OnRefill: |