Skip to content

Commit

Permalink
Add word of intellect cleric spell to affects
Browse files Browse the repository at this point in the history
  • Loading branch information
origintempus committed Dec 27, 2015
1 parent 536fe3e commit 8b45851
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/misc/act.informative.c
Original file line number Diff line number Diff line change
Expand Up @@ -2423,6 +2423,8 @@ acc_append_affects(struct creature *ch, int8_t mode)
acc_strcat("You feel protected.\r\n", NULL);
if (affected_by_spell(ch, SPELL_STRENGTH))
acc_strcat("Your physical strength is magically augmented.\r\n", NULL);
if (affected_by_spell(ch, SPELL_WORD_OF_INTELLECT))
acc_strcat("Your intellect is magically augmented.\r\n", NULL);
if (affected_by_spell(ch, SPELL_BARKSKIN))
acc_strcat("Your skin is thick and tough like tree bark.\r\n", NULL);
if (affected_by_spell(ch, SPELL_STONESKIN))
Expand Down

0 comments on commit 8b45851

Please sign in to comment.