From 1142aaf9e81d4532aa3f49fbc4a69a8a53976999 Mon Sep 17 00:00:00 2001 From: ultramage Date: Sun, 10 Feb 2008 22:43:22 +0000 Subject: Added two missing opt2 values, for Angelus and Bleeding status. Cleaned up pc_statusup and pc_statusup2. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12190 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.h | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'src/map/status.h') diff --git a/src/map/status.h b/src/map/status.h index b036dbd09..c34c45d10 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -496,15 +496,14 @@ enum { }; //opt2: Stackable status changes. -#define OPT2_POISON 0x001 -#define OPT2_CURSE 0x002 -#define OPT2_SILENCE 0x004 -#define OPT2_SIGNUMCRUCIS 0x008 -#define OPT2_BLIND 0x010 -//0x020 - nothing -//0x040 - nothing -#define OPT2_DPOISON 0x080 -//0x100 +#define OPT2_POISON 0x0001 +#define OPT2_CURSE 0x0002 +#define OPT2_SILENCE 0x0004 +#define OPT2_SIGNUMCRUCIS 0x0008 +#define OPT2_BLIND 0x0010 +#define OPT2_ANGELUS 0x0020 +#define OPT2_BLEEDING 0x0040 +#define OPT2_DPOISON 0x0080 #define OPTION_SIGHT 0x00000001 #define OPTION_HIDE 0x00000002 -- cgit v1.2.3-70-g09d2