Crossfire Server, Trunk  1.75.0
flags for apply_changes_to_player()

These flags determine what apply_changes_to_player() does for stat adjustment, if anything. More...

Macros

#define AC_PLAYER_STAT_LIMIT   1
 Limit stats to racial maximum. More...
 
#define AC_PLAYER_STAT_NO_CHANGE   2
 Do not make any stat adjustments. More...
 

Detailed Description

These flags determine what apply_changes_to_player() does for stat adjustment, if anything.

Macro Definition Documentation

◆ AC_PLAYER_STAT_LIMIT

#define AC_PLAYER_STAT_LIMIT   1

Limit stats to racial maximum.

Definition at line 580 of file define.h.

◆ AC_PLAYER_STAT_NO_CHANGE

#define AC_PLAYER_STAT_NO_CHANGE   2

Do not make any stat adjustments.

Definition at line 581 of file define.h.