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.txt15
1 files changed, 1 insertions, 14 deletions
diff --git a/npc/functions/resetstatus.txt b/npc/functions/resetstatus.txt
index c0a31e2..8b3ee1b 100644
--- a/npc/functions/resetstatus.txt
+++ b/npc/functions/resetstatus.txt
@@ -49,20 +49,7 @@ function script StatusResetReinvest {
// Return wasSP on success, 0 on failure
// ConfirmReset( {price, town=True} )
function script ConfirmStatusReset {
- if (BaseLevel >= 15)
- .@raw_price=(1000-BaseLevel*10+(BaseLevel*18));
- else if (BaseLevel >= 10)
- .@raw_price=(BaseLevel*210-(10*210))/(BaseLevel/10);
- else
- .@raw_price=1;
-
- if (getarg(0,-1) >= 0)
- .@raw_price=getarg(0,-1);
-
- if (getarg(1, true))
- .@raw_price=POL_AdjustPrice(.@raw_price);
- else
- .@raw_price=.@raw_price;
+ .@raw_price=1;
mesc l("WARNING: Permanent boosts will return to their fruit form."), 1;