summaryrefslogtreecommitdiff
path: root/npc/functions/resetstatus.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/resetstatus.txt')
-rw-r--r--npc/functions/resetstatus.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/npc/functions/resetstatus.txt b/npc/functions/resetstatus.txt
index 8b3ee1b..fe4b256 100644
--- a/npc/functions/resetstatus.txt
+++ b/npc/functions/resetstatus.txt
@@ -85,10 +85,7 @@ function script ConfirmStatusReset {
l("It seems that you have no status points to reset!"),
l("Come back when you will really need me.");
} else {
- if (getarg(1, true))
- POL_PlayerMoney(.@raw_price);
- else
- Zeny-=.@raw_price;
+ Zeny-=.@raw_price;
speech S_LAST_NEXT,
l("Let's see... @@ of your status points have just been reset!", StatusPoint - .@wasSP),
l("Spend it wisely this time."),