diff options
Diffstat (limited to 'npc/002-1/peter.txt')
-rw-r--r-- | npc/002-1/peter.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/002-1/peter.txt b/npc/002-1/peter.txt index 988b5dc9f..5730cc46a 100644 --- a/npc/002-1/peter.txt +++ b/npc/002-1/peter.txt @@ -222,6 +222,8 @@ OnStartOutside: close; OnTimeout: + if (!(getmap() ~= "002-2")) + end; .@q3 = getq3(ShipQuests_Peter); instance_destroy(.@q3); setq2 ShipQuests_Peter, 0; |