summaryrefslogtreecommitdiff
path: root/src/dungeon.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dungeon.cc')
-rw-r--r--src/dungeon.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/dungeon.cc b/src/dungeon.cc
index 631a23e8..138d8c66 100644
--- a/src/dungeon.cc
+++ b/src/dungeon.cc
@@ -2135,18 +2135,6 @@ static void process_world(void)
(void)set_protevil(p_ptr->protevil - 1);
}
- /* Protection from good */
- if (p_ptr->protgood)
- {
- (void)set_protgood(p_ptr->protgood - 1);
- }
-
- /* Protection from undead */
- if (p_ptr->protundead)
- {
- (void)set_protundead(p_ptr->protundead - 1);
- }
-
/* Invulnerability */
if (p_ptr->invuln)
{