summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/constants.conf9
-rw-r--r--npc/005-1/soul-menhir.txt2
2 files changed, 10 insertions, 1 deletions
diff --git a/db/constants.conf b/db/constants.conf
index 29f815f41..82a90218b 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -3946,6 +3946,15 @@ constants_db: {
NPC_MONA: 450
NPC_GUARD1: 451
+ NPC_SOUL_NORMAL: 700
+ NPC_SOUL_YELLOW: 701
+ NPC_SOUL_SNOW: 702
+ NPC_SOUL_CAVE: 703
+ NPC_SOUL_CLEAN: 704
+ NPC_SOUL_OLD: 705
+ NPC_SOUL_MOSS: 706
+ NPC_SOUL_CURSED: 707
+
NPC_TEST1: 800
NPC_PLAYER: 801
diff --git a/npc/005-1/soul-menhir.txt b/npc/005-1/soul-menhir.txt
index 67168bbfc..9688e9c8d 100644
--- a/npc/005-1/soul-menhir.txt
+++ b/npc/005-1/soul-menhir.txt
@@ -1,5 +1,5 @@
-005-1,36,87,0 script Soul Menhir#candor NPC_PLAYER,{
+005-1,36,87,0 script Soul Menhir#candor NPC_SOUL_MOSS,{
@map$ = "005-1"; // 101→90
setarray @Xs, 35, 36, 37, 35, 37, 35, 36, 37;
setarray @Ys, 89, 89, 89, 90, 90, 91, 91, 91;