|
Crossfire Server
1.75.0
|
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... | |
These flags determine what apply_changes_to_player() does for stat adjustment, if anything.
| #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().
| #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().