diff options
Diffstat (limited to 'npc/014-2')
-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 4fa203bc1..c7cf501e9 100644 --- a/npc/014-2/mouboo.txt +++ b/npc/014-2/mouboo.txt @@ -99,6 +99,7 @@ L_Begin: // You need about 9.000 HP-worth healing items, and you can't use Mouboo Steak @val1*=rand2(3,5); // Average delay (FIXME: Is @val1 available?) + @val1=max(10, @val1); // Hack if (.@id == ElixirOfLife) setq2 HurnscaldQuest_InjuriedMouboo, 9999; else |