diff options
Diffstat (limited to 'src/map/status.c')
-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 defef4f27..64d6ab28c 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -5788,7 +5788,7 @@ int status_change_start(struct block_list *bl,int type,int rate,int val1,int val val2 = rand()%ELE_MAX; break; case SC_CRITICALWOUND: - val2 = 10*val1; //Heal effectiveness decrease + val2 = 20*val1; //Heal effectiveness decrease break; case SC_MAGICMIRROR: case SC_SLOWCAST: |