This commit is contained in:
parent
4eef48176b
commit
93c3ae5e34
5 changed files with 60 additions and 31 deletions
|
@ -106,10 +106,19 @@ typedef enum
|
|||
|
||||
typedef enum
|
||||
{
|
||||
DAMAGE__NONE, // put in so that an item can push the user but not damage them
|
||||
DAMAGE__FALL,
|
||||
DAMAGE__ELECTROCUTION,
|
||||
DAMAGE__LAVA,
|
||||
DAMAGE__HIT_ENEMY,
|
||||
DAMAGE__SHOCK_ENEMY,
|
||||
DAMAGE__GAS_ENEMY,
|
||||
DAMAGE__POISON_ENEMY,
|
||||
DAMAGE__SWALLOW_ENEMY,
|
||||
DAMAGE__PINCH_ENEMY,
|
||||
DAMAGE__SQUASH_ENEMY,
|
||||
DAMAGE__BURN_ENEMY,
|
||||
DAMAGE__BITE_ENEMY,
|
||||
}DAMAGE_TYPE;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue