summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-12-29 22:30:29 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-12-29 22:30:29 +0000
commit777113f0520a1b9c1e8a9caa2682218b27c8e06a (patch)
tree41896ffe011ea1e52e33082ae3483b6ad40391ca /src/map/status.c
parent46e72fc8f9aa45151646986aae20869749121a2a (diff)
downloadhercules-777113f0520a1b9c1e8a9caa2682218b27c8e06a.tar.gz
hercules-777113f0520a1b9c1e8a9caa2682218b27c8e06a.tar.bz2
hercules-777113f0520a1b9c1e8a9caa2682218b27c8e06a.tar.xz
hercules-777113f0520a1b9c1e8a9caa2682218b27c8e06a.zip
Implemented THE official Steal skill equation and game mechanics (basically version from /stable plus a few tweaks) (see topic:116540).
Added missing bAddStealRate reference to doc/item_bonus.txt. Removed skill_steal_rate, as it was never used in the code (see r231). Removed skill_steal_type, it's just a one-liner source mod (see r231). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11992 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 611f7e02e..cf999e37f 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -1769,7 +1769,6 @@ int status_calc_pc(struct map_session_data* sd,int first)
// shorts
+ sizeof(sd->splash_range)
+ sizeof(sd->splash_add_range)
- + sizeof(sd->add_steal_rate)
+ sizeof(sd->hp_gain_value)
+ sizeof(sd->sp_gain_value)
+ sizeof(sd->sp_vanish_rate)