summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorMichieru <Michieru@users.noreply.github.com>2014-09-14 17:20:07 +0200
committerMichieru <Michieru@users.noreply.github.com>2014-09-14 17:20:07 +0200
commit51fd6b4def852bbdc9f53cff6f42206ce270287e (patch)
treeb76e9d2ce502efcc85c3bb9c43fd30757916c6f3 /src/map/status.c
parent35fd42449fcbe8c228a41777e630d4ded8357aae (diff)
downloadhercules-51fd6b4def852bbdc9f53cff6f42206ce270287e.tar.gz
hercules-51fd6b4def852bbdc9f53cff6f42206ce270287e.tar.bz2
hercules-51fd6b4def852bbdc9f53cff6f42206ce270287e.tar.xz
hercules-51fd6b4def852bbdc9f53cff6f42206ce270287e.zip
Storm Gust freeze chance is only 150% and not 300% (Thanks to Playtester)
Spiral Pierce should hitlock to 100% but not work on bosses (Thanks to Playtester) Implemented the official formula for Potion Pitcher when used by monsters (Thanks to Playtester) Golden Thief Bug card should not immune masquerades Desperado should not be reflect by Shield Reflect (bug:7624)
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/map/status.c b/src/map/status.c
index a02989699..4c136f870 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -6333,12 +6333,6 @@ int status_get_sc_def(struct block_list *src, struct block_list *bl, enum sc_typ
case SC_QUAGMIRE:
case SC_NJ_SUITON:
case SC_SWING:
- case SC__ENERVATION:
- case SC__GROOMY:
- case SC__IGNORANCE:
- case SC__LAZINESS:
- case SC__UNLUCKY:
- case SC__WEAKNESS:
return 0;
}