diff options
Diffstat (limited to 'npc/002-5')
-rw-r--r-- | npc/002-5/main.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/002-5/main.txt b/npc/002-5/main.txt index 28b5f5f54..ca412dd3c 100644 --- a/npc/002-5/main.txt +++ b/npc/002-5/main.txt @@ -6,6 +6,7 @@ end; OnEvent: + if (@timer_navio_running == 0) end; if (PC_DEST$ == "Candor") goto L_Candor; else if (PC_DEST$ == "Tulim") goto L_Tulim; else goto L_Error; |