diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-31 16:40:37 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-31 16:40:37 +0000 |
commit | c23aea66ad78acff3914f7b865eeba3adb159b0d (patch) | |
tree | f3eafde9cd91e643336bf6d1bff7cbae27872858 /src/map/pc.c | |
parent | 693613de2eda402fe459809cbe7ea22cbd052218 (diff) | |
download | hercules-c23aea66ad78acff3914f7b865eeba3adb159b0d.tar.gz hercules-c23aea66ad78acff3914f7b865eeba3adb159b0d.tar.bz2 hercules-c23aea66ad78acff3914f7b865eeba3adb159b0d.tar.xz hercules-c23aea66ad78acff3914f7b865eeba3adb159b0d.zip |
- Moved the intimacy penalty of HFLI_SBR44 and HVAN_EXPLOSION to skill_counter_additional_effect
- Simplified skillnotok_hom by using an invocation to skillnotok
- Hopefully fixed BD_ADAPTATION
- Homun won't lose any intimacy on death now.
- Homun will be saved together with the master now (as long as the homun is active)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8564 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index af8aab4a2..25f79b3a9 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -344,11 +344,6 @@ int pc_makesavestatus(struct map_session_data *sd) else memcpy(&sd->status.last_point,&sd->status.save_point,sizeof(sd->status.last_point)); } - - if (sd->hd) { //Update Homun HP info - sd->homunculus.hp = sd->hd->battle_status.hp ; - sd->homunculus.sp = sd->hd->battle_status.sp ; - } return 0; } |