diff options
Diffstat (limited to 'npc/002-1')
-rw-r--r-- | npc/002-1/peter.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/002-1/peter.txt b/npc/002-1/peter.txt index 5730cc46a..ea71fd4bf 100644 --- a/npc/002-1/peter.txt +++ b/npc/002-1/peter.txt @@ -54,7 +54,7 @@ L_Rfail: if (BaseLevel < 8) goto OnTooWeak; if (!.@q || !isinstance(.@q3)) goto L_Task; - if (.@q2 < 4) goto L_ReturnFail; + if (.@q2 < 15) goto L_ReturnFail; dispbottom l("I am broken?! Please report! Debug data: @@ (@@)", .@q, .@q2); close; |