summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-20 10:41:21 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-20 10:41:21 +0000
commita4756bb8123d607ed5c4b854653d2ddab814f555 (patch)
tree58919b57647884cbbf93a0e76b37a9c7919ed34e /src/map/pc.c
parent756284de71ecc32123edb92e88edd145c0301e66 (diff)
downloadhercules-a4756bb8123d607ed5c4b854653d2ddab814f555.tar.gz
hercules-a4756bb8123d607ed5c4b854653d2ddab814f555.tar.bz2
hercules-a4756bb8123d607ed5c4b854653d2ddab814f555.tar.xz
hercules-a4756bb8123d607ed5c4b854653d2ddab814f555.zip
Updated napalm vulcan, enchant and create deadly poison, slow poison, meteor assault.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@266 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 2ec8b8875..6b9148119 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -1465,9 +1465,9 @@ int pc_calcstatus(struct map_session_data* sd,int first)
if(sd->sc_data[SC_QUAGMIRE].timer!=-1){ // クァグマイア
int agib = (sd->status.agi+sd->paramb[1]+sd->parame[1])*(sd->sc_data[SC_QUAGMIRE].val1*10)/100;
int dexb = (sd->status.dex+sd->paramb[4]+sd->parame[4])*(sd->sc_data[SC_QUAGMIRE].val1*10)/100;
- sd->speed = sd->speed*3/2;
sd->paramb[1]-= agib > 50 ? 50 : agib;
sd->paramb[4]-= dexb > 50 ? 50 : dexb;
+ sd->speed = sd->speed*3/2;
}
if(sd->sc_data[SC_TRUESIGHT].timer!=-1){ // トゥル?サイト
sd->paramb[0]+= 5;