diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-15 00:43:36 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-14 18:28:35 +0100 |
commit | 8924522fe29079a66f4d9b6d88b50bcdadf7df9a (patch) | |
tree | bf625568a7f1873e0d85540d20234c8ef2ccaaca /src/map/status.h | |
parent | 9bafc4a5a02e2fb3f48bb9abefaf41ea452929d5 (diff) | |
download | hercules-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.h | 1 |
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; |