From 0187b02a470c12b7e135c4f1c261000d1ce64ff5 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Mon, 6 Apr 2009 14:18:58 -0600 Subject: Change stat reset to set all stats to 1 point --- src/map/pc.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'src/map/pc.c') diff --git a/src/map/pc.c b/src/map/pc.c index 67e280b..112506c 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -4868,16 +4868,14 @@ int pc_resetstate(struct map_session_data* sd) // add += sumsp(sd->status.luk); // sd->status.status_point+=add; - sd->status.status_point -= 8 * 6; // [Fate] Remove points used for setting stats to 5 - clif_updatestatus(sd,SP_STATUSPOINT); - sd->status.str=5; - sd->status.agi=5; - sd->status.vit=5; - sd->status.int_=5; - sd->status.dex=5; - sd->status.luk=5; + sd->status.str=1; + sd->status.agi=1; + sd->status.vit=1; + sd->status.int_=1; + sd->status.dex=1; + sd->status.luk=1; clif_updatestatus(sd,SP_STR); clif_updatestatus(sd,SP_AGI); -- cgit v1.2.3-60-g2f50