From 46bbdfe15230da4d8abe41faf04c32fb42c3ad84 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 2 May 2019 10:55:27 -0300 Subject: Use Exception() in some places --- npc/002-5/main.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'npc/002-5') 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; } -- cgit v1.2.3-60-g2f50