summaryrefslogtreecommitdiff
path: root/npc/002-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/002-1')
-rw-r--r--npc/002-1/peter.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/002-1/peter.txt b/npc/002-1/peter.txt
index eed98a55c..4d1783345 100644
--- a/npc/002-1/peter.txt
+++ b/npc/002-1/peter.txt
@@ -53,7 +53,7 @@ L_Rfail:
.@q3 = getq3(ShipQuests_Peter);
if (BaseLevel < 8) goto OnTooWeak;
- if (!.@q || !isinstance(.@q3) || .@q3 == 0) goto L_Task;
+ if (!.@q || !isinstance(.@q3) || .@q3 <= 0) goto L_Task;
if (.@q2 < 15) goto L_ReturnFail;
dispbottom l("I am broken?! Please report! Debug data: @@ (@@)", .@q, .@q2);
close;