diff options
Diffstat (limited to 'npc/020-3')
-rw-r--r-- | npc/020-3/mede.txt | 5 |
1 files changed, 1 insertions, 4 deletions
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: |