summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2017-06-13 18:24:42 +0200
committerBardur Arantsson <bardur@scientician.net>2017-06-13 18:24:42 +0200
commitfe10c22d4ad3fbc84a5c033e96782a8e6da3e1e0 (patch)
treea1e8f2effdb7be2de195ee73375a67ceea71e51f
parent0e4dc49ff31f216a4f553f54e0da8b4bc569f8f7 (diff)
Remove unused DROP_ART monster race flag
-rw-r--r--src/monster_race_flag_list.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/monster_race_flag_list.hpp b/src/monster_race_flag_list.hpp
index 0484e3af..01ad2e8d 100644
--- a/src/monster_race_flag_list.hpp
+++ b/src/monster_race_flag_list.hpp
@@ -117,7 +117,6 @@ RF(4, 11, NO_TARGET)
RF(4, 12, AI_ANNOY)
RF(4, 13, AI_SPECIAL)
RF(4, 14, NEUTRAL)
-RF(4, 15, DROP_ART)
RF(4, 16, DROP_RANDART)
RF(4, 17, AI_PLAYER)
RF(4, 18, NO_THEFT)