diff options
Diffstat (limited to 'npc/014-2')
-rw-r--r-- | npc/014-2/mouboo.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/014-2/mouboo.txt b/npc/014-2/mouboo.txt index 25516dc39..c817025ab 100644 --- a/npc/014-2/mouboo.txt +++ b/npc/014-2/mouboo.txt @@ -44,7 +44,8 @@ L_Begin: mesc l("The Mouboo is lying down on the grass."); mesc l("There doesn't seems to be any physical wound."); mesc l("A closer inspection suggests this mouboo has been... CURSED."); - setq HurnscaldQuest_InjuriedMouboo, 1, 100; + if (.@q == 0) + setq HurnscaldQuest_InjuriedMouboo, 1, 100; next; goto L_Begin; case 2: |