summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorJedzkie <jedzkie13@rocketmail.com>2015-12-15 00:43:36 +0800
committerHaru <haru@dotalux.com>2015-12-14 18:28:35 +0100
commit8924522fe29079a66f4d9b6d88b50bcdadf7df9a (patch)
treebf625568a7f1873e0d85540d20234c8ef2ccaaca /src/map/status.h
parent9bafc4a5a02e2fb3f48bb9abefaf41ea452929d5 (diff)
downloadhercules-8924522fe29079a66f4d9b6d88b50bcdadf7df9a.tar.gz
hercules-8924522fe29079a66f4d9b6d88b50bcdadf7df9a.tar.bz2
hercules-8924522fe29079a66f4d9b6d88b50bcdadf7df9a.tar.xz
hercules-8924522fe29079a66f4d9b6d88b50bcdadf7df9a.zip
Added official effect of Mora Berry.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h
index f2173d81c..fe4c970cd 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -776,6 +776,7 @@ typedef enum sc_type {
SC_FOOD_CRITICALSUCCESSVALUE, // 610
SC_CUP_OF_BOZA,
SC_OVERLAPEXPUP,
+ SC_MORA_BUFF,
SC_MAX, //Automatically updated max, used in for's to check we are within bounds.
} sc_type;