diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c index 09e574ee2..33d9f5670 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -5852,6 +5852,9 @@ int status_get_sc_def(struct block_list *bl, enum sc_type type, int rate, int ti case SC_VACUUM_EXTREME: tick -= 50*status->str; break; + case SC_MANDRAGORA: + sc_def = (status->vit+status->luk)/5; + break; default: //Effect that cannot be reduced? Likely a buff. if (!(rnd()%10000 < rate)) |