summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 90fe8a87b..2e3607ec8 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -4684,8 +4684,8 @@ int status_change_start(struct block_list *bl,int type,int rate,int val1,int val
val2 = val1 + 2; //Chance to Poison enemies.
break;
case SC_POISONREACT:
- val2=val1/2 + val1%2; // Number of counters [Celest]
- val3=50 + 5*val1; //Chance to counter. [Skotlex]
+ val2=(val1+1)/2 + val1/10; // Number of counters [Skotlex]
+ val3=50; // + 5*val1; //Chance to counter. [Skotlex]
break;
case SC_MAGICROD:
val2 = val1*20; //SP gained