summaryrefslogtreecommitdiff
path: root/src/monster_race.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/monster_race.hpp')
-rw-r--r--src/monster_race.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/monster_race.hpp b/src/monster_race.hpp
index 7e5d5082..f756d6ff 100644
--- a/src/monster_race.hpp
+++ b/src/monster_race.hpp
@@ -59,6 +59,9 @@ struct monster_race
byte body_parts[BODY_MAX]; /* To help to decide what to use when body changing */
+ byte artifact_idx; /* Artifact index of standard artifact dropped; 0 if none. */
+ int artifact_chance; /* Percentage chance of dropping the artifact. */
+
byte level; /* Level of creature */
byte rarity; /* Rarity of creature */