summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-11-19 21:15:54 +0100
committerBardur Arantsson <bardur@scientician.net>2016-12-22 14:41:31 +0100
commit5cde1c26dfaff1e8d85888b4375ec6238f983621 (patch)
tree102a18d016063159a7b2d26012e5250a696c1059
parenta29534fe8f074be8a1ff084618c194afc7287744 (diff)
Remove "adornment" amulet
-rw-r--r--lib/edit/k_info.txt8
-rw-r--r--lib/mods/theme/edit/k_info.txt2
-rw-r--r--src/defines.h1
3 files changed, 0 insertions, 11 deletions
diff --git a/lib/edit/k_info.txt b/lib/edit/k_info.txt
index b7916096..8a3a37c7 100644
--- a/lib/edit/k_info.txt
+++ b/lib/edit/k_info.txt
@@ -1760,14 +1760,6 @@ F:RES_ACID
f:RES_ACID
D:This magical talisman will make the corroding forces of acid less threatening to your health.
-N:169:Adornment
-G:":d
-I:40:2:0
-W:10:0:3:20
-A:10/1
-F:EASY_KNOW
-D:This amulet is not magical. It just looks good.
-
##### Extra armour #####
N:170:& Double Ring Mail~
diff --git a/lib/mods/theme/edit/k_info.txt b/lib/mods/theme/edit/k_info.txt
index c53f40f3..c15808dc 100644
--- a/lib/mods/theme/edit/k_info.txt
+++ b/lib/mods/theme/edit/k_info.txt
@@ -1679,8 +1679,6 @@ F:TELEPORT
f:TELEPORT
D:This amulet nastily throws you all over the place.
-# Replacing Adornment with Protection from Evil from T-Plus by Ingeborg S. Norden
-
N:169:Protection from Evil
G:":d
I:40:2:0
diff --git a/src/defines.h b/src/defines.h
index 6fab7852..7f43e7f4 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -1204,7 +1204,6 @@
/* The "sval" codes for TV_AMULET */
#define SV_AMULET_DOOM 0
#define SV_AMULET_TELEPORT 1
-#define SV_AMULET_ADORNMENT 2
#define SV_AMULET_SLOW_DIGEST 3
#define SV_AMULET_RESIST_ACID 4
#define SV_AMULET_BRILLANCE 6