Atrinik Server 2.5
Defines
POTION_IMPROVE_xxx

Defines

#define POTION_IMPROVE_STATS   3
#define POTION_IMPROVE_HP   0
#define POTION_IMPROVE_SP   1
#define POTION_IMPROVE_GRACE   2

Detailed Description

Defines used in improvement potions handling code.


Define Documentation

#define POTION_IMPROVE_GRACE   2

Grace.

Definition at line 43 of file potion.c.

#define POTION_IMPROVE_HP   0

Health.

Definition at line 39 of file potion.c.

#define POTION_IMPROVE_SP   1

Mana.

Definition at line 41 of file potion.c.

#define POTION_IMPROVE_STATS   3

Number of stats available for improvement.

Definition at line 37 of file potion.c.