Skip to content

Commit

Permalink
Added [annoyance] and [experience] blocks to SET_CREATURE_CONFIGURATI…
Browse files Browse the repository at this point in the history
…ON (#3708)

Powers, PowersLevelRequired and LevelsTrainValues are in the format:
`SET_CREATURE_CONFIGURATION([creature],[variable],[slot],[value]`
  • Loading branch information
Loobinex authored Nov 22, 2024
1 parent b63eb6f commit 49ece32
Show file tree
Hide file tree
Showing 2 changed files with 432 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/config_creature.h
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ extern const struct NamedCommand creatmodel_attraction_commands[];
extern const struct NamedCommand creatmodel_sounds_commands[];
extern const struct NamedCommand creatmodel_sprite_commands[];
extern const struct NamedCommand creature_graphics_desc[];
extern const struct NamedCommand creatmodel_annoyance_commands[];
extern const struct NamedCommand creatmodel_experience_commands[];
extern Creature_Job_Player_Check_Func creature_job_player_check_func_list[];
/******************************************************************************/
struct CreatureStats *creature_stats_get(ThingModel crstat_idx);
Expand Down
Loading

0 comments on commit 49ece32

Please sign in to comment.