diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/033-1/misc.txt | 3 | ||||
-rw-r--r-- | npc/functions/resetstatus.txt | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/npc/033-1/misc.txt b/npc/033-1/misc.txt index 32c23ea..c7c6426 100644 --- a/npc/033-1/misc.txt +++ b/npc/033-1/misc.txt @@ -83,7 +83,8 @@ OnTouch: end; } -033-1,44,160,0 script #Porthos02 NPC_NO_SPRITE,0,0,{ +// FIXME: Wrong coordinates? +033-1,34,150,0 script #Porthos02 NPC_NO_SPRITE,0,0,{ end; OnTouch: /* 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."), |