diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-31 18:34:24 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-31 18:34:24 -0200 |
commit | cc6e06d3e75205ad56f6894694a4de06c49d15e4 (patch) | |
tree | bb563824ed0de89a1f595ed42f8bd2a0aa4772dd /npc/002-2/doors.txt | |
parent | 9991fb5dcbeec733bbe06718b9dc1e8f919cd4d2 (diff) | |
download | serverdata-cc6e06d3e75205ad56f6894694a4de06c49d15e4.tar.gz serverdata-cc6e06d3e75205ad56f6894694a4de06c49d15e4.tar.bz2 serverdata-cc6e06d3e75205ad56f6894694a4de06c49d15e4.tar.xz serverdata-cc6e06d3e75205ad56f6894694a4de06c49d15e4.zip |
Rewrite entirely, Peter Script (along the quest)
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?"); |