diff options
-rw-r--r-- | db/re/mob_db.conf | 2 | ||||
-rw-r--r-- | npc/003-1-1/yetiking.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index b24987627..c1dfe539c 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1380,7 +1380,7 @@ mob_db: ( Dex: 50 Luk: 80 } - ViewRange: 4 + ViewRange: 5 ChaseRange: 8 Size: 0 Race: 2 diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt index e46046e34..2f5edb4fc 100644 --- a/npc/003-1-1/yetiking.txt +++ b/npc/003-1-1/yetiking.txt @@ -24,6 +24,7 @@ L_Summon: } delitem EverburnPowder, 1; dispbottom l("Emoc otem itey gnik!"); // come to me yeti king, spelled backwards. Sorry. + .inUse=1; initnpctimer; end; @@ -35,7 +36,6 @@ L_Die: OnTimer1000: setnpcdisplay .name$, NPC_YETI_KING; - .inUse=1; end; OnTimer2000: |