From 1fd10d2d37da7706c09af01df3f5d01953ab30d4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 24 Aug 2019 15:32:26 -0300 Subject: Rewrite Axzell code to use the unified Status Reset. Remove Mede's impossible conditional of level 10. --- npc/020-3/mede.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'npc/020-3') diff --git a/npc/020-3/mede.txt b/npc/020-3/mede.txt index d35e7624d..52a3c5e79 100644 --- a/npc/020-3/mede.txt +++ b/npc/020-3/mede.txt @@ -38,10 +38,7 @@ L_ResetStats: mesq l("Status point reset can't be undone. Do you really want this?"); L_ConfirmReset: - if (BaseLevel <= 10) - ConfirmStatusReset(0); - else - ConfirmStatusReset(); + ConfirmStatusReset(); goto L_Quit; L_MonsterPot: -- cgit v1.2.3-70-g09d2