summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-07-06 13:04:05 +0200
committerReid <reidyaro@gmail.com>2016-07-06 14:22:02 +0200
commit4e30f4908ed1cab2e68464d384cd3c7c2257776f (patch)
tree37d92438c8856e9a3db6e0d4724c68dc160f1974 /npc
parent2eb8f975db05ad272c48d1221655991c7b25bf5e (diff)
downloadserverdata-4e30f4908ed1cab2e68464d384cd3c7c2257776f.tar.gz
serverdata-4e30f4908ed1cab2e68464d384cd3c7c2257776f.tar.bz2
serverdata-4e30f4908ed1cab2e68464d384cd3c7c2257776f.tar.xz
serverdata-4e30f4908ed1cab2e68464d384cd3c7c2257776f.zip
Fix rumly.
Diffstat (limited to 'npc')
-rw-r--r--npc/001-1/rumly.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/npc/001-1/rumly.txt b/npc/001-1/rumly.txt
index 701bd952..1db88f69 100644
--- a/npc/001-1/rumly.txt
+++ b/npc/001-1/rumly.txt
@@ -139,9 +139,9 @@ L_ConfirmReset:
l("Then give me one @@ and we will start!", getitemlink(Plushroom));
menuint
- rif(countitem(Plushroom) >= .@plush_count, lg("Here, take as many as you need, I have plenty!")), 1,
- rif(countitem(Plushroom) == 0, lg("I don't have any plushroom on me.")), 1,
- lg("I have to go sorry."), 1;
+ rif(countitem(Plushroom) >= .@plush_count, lg("Here, take as many as you need, I have plenty!")), 0,
+ rif(countitem(Plushroom) < .@plush_count, lg("I don't have any plushroom on me.")), 1,
+ lg("I have to go sorry."), 2;
switch (@menuret)
{
@@ -173,13 +173,18 @@ L_ConfirmReset:
lg("But you are welcome to reset your stats again if you bring me more plushrooms!");
}
goto L_Quit;
+ break;
case 1:
+ case 2:
goto L_Later;
+ break;
}
case 2:
goto L_Later;
+ break;
case 3:
goto L_Never;
+ break;
}
L_Later: