Merge pull request #62 from duncanspumpkin/master

Peep nausea tolerance enum
This commit is contained in:
Ted John 2014-05-04 21:26:56 +01:00
commit a1a53c4c61
1 changed files with 7 additions and 0 deletions

View File

@ -230,6 +230,13 @@ enum PEEP_FLAGS {
PEEP_FLAGS_ICE_CREAM = (1 << 25) // Unconfirmed
};
enum PEEP_NAUSEA_TOLERANCE{
PEEP_NAUSEA_TOLERANCE_NONE,
PEEP_NAUSEA_TOLERANCE_LOW,
PEEP_NAUSEA_TOLERANCE_AVERAGE,
PEEP_NAUSEA_TOLERANCE_HIGH
};
typedef struct {
uint8 type;
uint8 item;