summaryrefslogtreecommitdiff
path: root/src/game.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2018-03-25 20:07:30 +0200
committerBardur Arantsson <bardur@scientician.net>2018-03-25 20:07:30 +0200
commit5866968c2224f93c9ac90c6e42f4533ec0f5cac5 (patch)
tree65c05dadf2800bb021ffe39d78f7b7ec9796519f /src/game.cc
parent6eab4cfe2efec373423f247949c2c847852c2b28 (diff)
Remove "detect curses" player power
It's no longer useful.
Diffstat (limited to 'src/game.cc')
-rw-r--r--src/game.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/game.cc b/src/game.cc
index d0962015..220c18cf 100644
--- a/src/game.cc
+++ b/src/game.cc
@@ -192,18 +192,6 @@ Game::Game()
),
},
{
- PWR_DET_CURSE,
- std::make_shared<power_type>(
- "detect curses",
- "You can feel the danger of evil magic.",
- "You can feel evil magic.",
- "You can no longer feel evil magic.",
- power_activation {
- 7, 14, A_WIS, 14
- }
- ),
- },
- {
PWR_BERSERK,
std::make_shared<power_type>(
"berserk",