diff options
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index a13ee7698..f242bbd7f 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -472,6 +472,8 @@ enum { //TODO: Get these Missing options...
#define OPTION_SIGHTTRASHER 0x0001
+#define OPTION_CART (OPTION_CART1|OPTION_CART2|OPTION_CART3|OPTION_CART4|OPTION_CART5)
+
//Define flags for the status_calc_bl function. [Skotlex]
#define SCB_NONE 0x00000000
#define SCB_BASE 0x00000001
|