summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 5969cf7c9..7aeaa39ae 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -108,7 +108,7 @@ void initChangeTables(void) {
//These are the status-change flags for the common ailments.
StatusChangeFlagTable[SC_STONE] = SCB_DEF_ELE;
- StatusChangeFlagTable[SC_FREEZE] = SCB_DEF_ELE;
+ StatusChangeFlagTable[SC_FREEZE] = SCB_DEF_ELE|SCB_DEF|SCB_MDEF;
// StatusChangeFlagTable[SC_STUN] = SCB_NONE;
// StatusChangeFlagTable[SC_SLEEP] = SCB_NONE;
StatusChangeFlagTable[SC_POISON] = SCB_DEF2;