diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c index 993be24ea..58d6190b7 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -4425,6 +4425,8 @@ int status_get_sc_def(struct block_list *bl, int type) case SC_STONE: case SC_FREEZE: case SC_DECREASEAGI: + sc_def = 300 +100*status->mdef; + break; case SC_CURSE: if (status->luk > status_get_lv(bl)) return 10000; //Special property: inmunity when luk is greater than level |