diff options
Diffstat (limited to 'npc/002-5/main.txt')
-rw-r--r-- | npc/002-5/main.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/002-5/main.txt b/npc/002-5/main.txt index bd06fe579..22269552e 100644 --- a/npc/002-5/main.txt +++ b/npc/002-5/main.txt @@ -30,11 +30,10 @@ L_Tulim: end; L_Error: - debugmes "ERROR: PLAYER INVALID PC_DEST ON #NardShip: " + PC_DEST$; PC_DEST$ = ""; @timer_navio_running = 0; warp "000-1", 22, 22; - dispbottom l("An error on your travel happened. Please report."); + Exception("PLAYER INVALID PC_DEST ON #NardShip: " + PC_DEST$, RB_DEFAULT | RB_ISFATAL); end; } |