diff options
Diffstat (limited to 'npc/002-2/doors.txt')
-rw-r--r-- | npc/002-2/doors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/002-2/doors.txt b/npc/002-2/doors.txt index 51bfc1e89..7e1dcb7a1 100644 --- a/npc/002-2/doors.txt +++ b/npc/002-2/doors.txt @@ -17,7 +17,7 @@ OnTouch: L_Warn: .@q = getq(ShipQuests_Peter); - if (.@q == 5) goto L_Warp; + if (.@q >= 4) goto L_Warp; mesn "Narrator"; mesc l("There are still some rattos left! Do you want to abort the quest?"); |