diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index 96c130f53..c25231625 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -5922,7 +5922,7 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val val2 = 5+val1; //Factor by which displayed damage is increased by break; case SC_DOUBLECAST: - val2 = 40+10*val1; //Trigger rate + val2 = 30+10*val1; //Trigger rate break; case SC_KAIZEL: val2 = 10*val1; //% of life to be revived with |