diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-09 18:00:46 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-09 18:00:46 -0200 |
commit | b9137c42cc19ba00609778869dd9a3e81b152783 (patch) | |
tree | a753f7a7995f053997152767dffe1ad64ca77305 /npc | |
parent | 8a9714ebee5899637d1f79ca2826ced8f8229502 (diff) | |
download | serverdata-b9137c42cc19ba00609778869dd9a3e81b152783.tar.gz serverdata-b9137c42cc19ba00609778869dd9a3e81b152783.tar.bz2 serverdata-b9137c42cc19ba00609778869dd9a3e81b152783.tar.xz serverdata-b9137c42cc19ba00609778869dd9a3e81b152783.zip |
Valentine Cliffs -> Valentine Highlands
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/soul_menhir.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/soul_menhir.txt b/npc/functions/soul_menhir.txt index 52452e7d3..0bc914987 100644 --- a/npc/functions/soul_menhir.txt +++ b/npc/functions/soul_menhir.txt @@ -9,7 +9,7 @@ function script SoulMenhir { menu l("Touch it."), L_Bind, rif($@GM_EVENT, l("Send soul to the Mana Plane for GM events")), L_Aeros, - rif($EVENT$ == "Valentine", l("[Valentine Day] Send soul to the Valentine Cliff!")), L_Valentine, + rif($EVENT$ == "Valentine", l("[Valentine Day] Send soul to the Valentine Highlands!")), L_Valentine, rif($EVENT$ == "Easter", l("[Easter] Send soul to the Mana Forest!")), L_Easter, rif($EVENT$ == "Worker Day", l("[Worker Day] Send soul to the Contributor Cave!")), L_Worker, rif($EVENT$ == "Christmas", l("[Christmas] Send soul to the Christmas Workshop!")), L_Xmas, // TODO: In future there'll be an event map @@ -72,7 +72,7 @@ L_Aeros: L_Valentine: if ($EVENT$ != "Valentine") goto L_DontPanic; warp "001-11", 38, 32; - message strcharinfo(0), l("You are now at the Valentine Cliff. Death penalty is active."); + message strcharinfo(0), l("You are now at the Valentine Highlands."); close; L_Easter: |