diff options
-rw-r--r-- | db/re/mob_db.conf | 2 | ||||
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index c1fab2a32..2af50406f 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -4086,7 +4086,7 @@ mob_db: ( { Id: 1092 SpriteName: "RedSlime" - Name: "RedSlime" + Name: "Red Slime" Lv: 30 Hp: 450 Sp: 0 diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 0080d8a18..0ef18d52d 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -25,7 +25,7 @@ { setq TulimsharQuest_WaterForGuard, 1; speech S_FIRST_BLANK_LINE | S_LAST_NEXT, - l("Good luck !"); + l("Good luck!"); close; } @@ -200,6 +200,7 @@ OnTimer360000: OnTimer420000: OnTimer480000: areamonster("003-1", 0, 0, 120, 155, ("Slime Blast"), 1090, 5); + areamonster("003-1", 0, 0, 120, 155, ("Red Slime"), 1092, 1); end; OnTimer540000: |