summaryrefslogtreecommitdiff
path: root/src/spells2.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:14 +0200
committerBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:14 +0200
commitc3c9b09d73391ed2d0a0864dc326fc6840da0e2e (patch)
tree5ac0f460840d77c83174a809281533c75158b735 /src/spells2.cc
parent7bf0a5a464c417cbe6d746a0deabd9538d66d4b1 (diff)
Remove inactive player_type::prot{good,undead}
Diffstat (limited to 'src/spells2.cc')
-rw-r--r--src/spells2.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/spells2.cc b/src/spells2.cc
index da7f9ffc..45fd18eb 100644
--- a/src/spells2.cc
+++ b/src/spells2.cc
@@ -1257,10 +1257,6 @@ void self_knowledge(FILE *fff)
{
info[i++] = "You are protected from evil.";
}
- if (p_ptr->protgood)
- {
- info[i++] = "You are protected from good.";
- }
if (p_ptr->shield)
{
info[i++] = "You are protected by a mystic shield.";
@@ -1884,11 +1880,6 @@ void report_magics(void)
info2[i] = report_magics_aux(p_ptr->protevil);
info[i++] = "You are protected from evil";
}
- if (p_ptr->protgood)
- {
- info2[i] = report_magics_aux(p_ptr->protgood);
- info[i++] = "You are protected from good";
- }
if (p_ptr->shield)
{
info2[i] = report_magics_aux(p_ptr->shield);