diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-24 15:32:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-24 15:32:26 -0300 |
commit | 1fd10d2d37da7706c09af01df3f5d01953ab30d4 (patch) | |
tree | 86137acadcb35f3f1d08bd266e52e0333448ebab /npc/020-3/mede.txt | |
parent | b5c2df9b1771d3858349461c672b9f44a8209445 (diff) | |
download | serverdata-1fd10d2d37da7706c09af01df3f5d01953ab30d4.tar.gz serverdata-1fd10d2d37da7706c09af01df3f5d01953ab30d4.tar.bz2 serverdata-1fd10d2d37da7706c09af01df3f5d01953ab30d4.tar.xz serverdata-1fd10d2d37da7706c09af01df3f5d01953ab30d4.zip |
Rewrite Axzell code to use the unified Status Reset.
Remove Mede's impossible conditional of level 10.
Diffstat (limited to 'npc/020-3/mede.txt')
-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: |