diff options
Diffstat (limited to 'npc/015-2')
-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; |