From a61ab5b49b3ce47c9026bae45f56ab67db56e535 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 17 Aug 2021 20:03:13 -0300 Subject: At least, do not warn about EXP penalty in Candor Cave twice in the same run. --- npc/005-1/underground.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/005-1/underground.txt b/npc/005-1/underground.txt index 1281ca04d..bd5b2145b 100644 --- a/npc/005-1/underground.txt +++ b/npc/005-1/underground.txt @@ -22,7 +22,7 @@ OnInit: end; OnTouch: - if (TUTORIAL) { + if (TUTORIAL && !@candor_warn) { mesc ".:: "+l("WARNING")+" ::.", 1; mesc l("You're about to enter a dangerous zone!"); mesc l("Outside towns, there's an EXP penalty if you die."); @@ -33,6 +33,7 @@ OnTouch: mesc l("EXP Penalty: ON"), 1; if (askyesno() == ASK_NO) close; closeclientdialog; + @candor_warn = true; // Maybe record this in a more definitive way } warp "006-0", 49, 53; end; -- cgit v1.2.3-70-g09d2