summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cmd6.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd6.cc b/src/cmd6.cc
index 39d15f59..18b0ab79 100644
--- a/src/cmd6.cc
+++ b/src/cmd6.cc
@@ -5137,7 +5137,7 @@ const char *activation_aux(object_type * o_ptr, bool_ doit, int item)
case ACT_EOL:
{
- if (!doit) return "mana bolt (9d8) 7+d7 turns";
+ if (!doit) return "mana bolt (9d8) every 7+d7 turns";
if (!get_aim_dir(&dir)) break;
fire_bolt(GF_MANA, dir, damroll(9, 8));
@@ -5220,7 +5220,7 @@ const char *activation_aux(object_type * o_ptr, bool_ doit, int item)
case ACT_KNOWLEDGE:
{
- if (!doit) return "whispers from beyond(sanity drain) 100+d200 turns";
+ if (!doit) return "whispers from beyond(sanity drain) every 100+d200 turns";
identify_fully();
take_sanity_hit(damroll(10, 7), "the sounds of the dead");