summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-10-16 12:28:53 +0200
committerBardur Arantsson <bardur@scientician.net>2016-10-16 12:28:53 +0200
commit54bd76ebab55ed5e090407747e6c7af402acf82b (patch)
tree0004d7a3049ccdd4f7aa9863bbdb5eb020e6d2a8 /src/defines.h
parent5144951fc78046fb91445c1ffb2b9a157b59f488 (diff)
Remove TR_SEARCH object flag
Since the removal of traps its only effect was diluting the list of flags "available" for randarts and sentient items.
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/defines.h b/src/defines.h
index 7da8e038..1cd16b89 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -1207,7 +1207,6 @@
#define SV_AMULET_ADORNMENT 2
#define SV_AMULET_SLOW_DIGEST 3
#define SV_AMULET_RESIST_ACID 4
-#define SV_AMULET_SEARCHING 5
#define SV_AMULET_BRILLANCE 6
#define SV_AMULET_CHARISMA 7
#define SV_AMULET_THE_MAGI 8
@@ -1258,7 +1257,6 @@
#define SV_RING_RESIST_POIS 20
#define SV_RING_FREE_ACTION 21
#define SV_RING_SEE_INVIS 22
-#define SV_RING_SEARCHING 23
#define SV_RING_STR 24
#define SV_RING_INT 25
#define SV_RING_DEX 26