diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-28 02:41:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-28 02:41:00 -0300 |
commit | 65395c9edc2d46c82498144e4a131efe3dde06fa (patch) | |
tree | 49af31eb1896ce108798494c64b2439da4e8a552 | |
parent | 694c46c2b8cbbc017507f463d26291178104e09e (diff) | |
download | serverdata-65395c9edc2d46c82498144e4a131efe3dde06fa.tar.gz serverdata-65395c9edc2d46c82498144e4a131efe3dde06fa.tar.bz2 serverdata-65395c9edc2d46c82498144e4a131efe3dde06fa.tar.xz serverdata-65395c9edc2d46c82498144e4a131efe3dde06fa.zip |
I miss a fallback :o
-rw-r--r-- | npc/015-2/contrabandist.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/015-2/contrabandist.txt b/npc/015-2/contrabandist.txt index f1fbbbf78..42fc49f23 100644 --- a/npc/015-2/contrabandist.txt +++ b/npc/015-2/contrabandist.txt @@ -24,6 +24,11 @@ rif($ARKIM_ST > 7500 && .CurrentValue & 128, l("Dark Desert Mushroom")), 128, l("Nothing"), 0; mes ""; + + // Fallback + if (!@menuret) + close; + switch (@menuret) { case 1: .@price=600; |