diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-31 02:22:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-31 02:22:31 -0300 |
commit | d105d4594756b1272504bf9d7e42bf93b51b1f9c (patch) | |
tree | 20b71789ed5324edf0131c4a50f8bcb2027a780c /npc/014-2/mouboo.txt | |
parent | 4c5fa3f86c7db895dab7dee6dcda8eefafe33f4e (diff) | |
download | serverdata-d105d4594756b1272504bf9d7e42bf93b51b1f9c.tar.gz serverdata-d105d4594756b1272504bf9d7e42bf93b51b1f9c.tar.bz2 serverdata-d105d4594756b1272504bf9d7e42bf93b51b1f9c.tar.xz serverdata-d105d4594756b1272504bf9d7e42bf93b51b1f9c.zip |
Manual correction on healing delay
Diffstat (limited to 'npc/014-2/mouboo.txt')
-rw-r--r-- | npc/014-2/mouboo.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/014-2/mouboo.txt b/npc/014-2/mouboo.txt index 038f0aec0..99534db10 100644 --- a/npc/014-2/mouboo.txt +++ b/npc/014-2/mouboo.txt @@ -93,6 +93,7 @@ L_Begin: itemeffect(.@id); // As a bonus, you'll be healed too, because I need to retrieve @max value // You need about 9.000 HP-worth healing items, and you can't use Mouboo Steak + @val1*=rand2(3,5); // Average delay if (.@id == ElixirOfLife) setq2 HurnscaldQuest_InjuriedMouboo, 9999; else |