diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-4/rosen.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-4/rosen.txt b/npc/005-4/rosen.txt index 1b9c173c5..7c6a26888 100644 --- a/npc/005-4/rosen.txt +++ b/npc/005-4/rosen.txt @@ -56,7 +56,7 @@ L_Gloves: .@b=getq(ShipQuests_ChefGado); mes ""; if (BaseLevel < 4) goto L_NoLevel; - if (.@b <= 2) goto L_NoGloves; + if (.@b < 2) goto L_NoGloves; if (.@q >= 3) goto L_Complete; .@k=getq2(CandorQuest_Rosen); // Get number of kills (via getq2) |