Crossfire Server  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 619 of file define.h.

Referenced by apply_changes_to_player(), and player_changer_type_process().

◆ AC_PLAYER_STAT_NO_CHANGE

#define AC_PLAYER_STAT_NO_CHANGE   2

Do not make any stat adjustments.

Definition at line 620 of file define.h.

Referenced by apply_changes_to_player(), and apply_race_and_class().