Skip to content

Commit

Permalink
Merge pull request #36 from melvinzhang/melvinzhang-patch-1
Browse files Browse the repository at this point in the history
Fix typo in description of feat for hellball as it wrongly mentions greater ruin
  • Loading branch information
GickerLDS authored Jan 22, 2024
2 parents a4c0010 + caeda7b commit 4cb23e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feats.c
Original file line number Diff line number Diff line change
Expand Up @@ -3164,7 +3164,7 @@ feato(FEAT_MOON_ELF_RACIAL_ADJUSTMENT, "moon elf racial adjustment", TRUE, FALSE
feat_prereq_ability(FEAT_GREATER_RUIN, ABILITY_SPELLCRAFT, 27);
feat_prereq_spellcasting(FEAT_GREATER_RUIN, CASTING_TYPE_ARCANE, 3, 9);
feato(FEAT_HELLBALL, "hellball", TRUE, TRUE, FALSE, FEAT_TYPE_SPELLCASTING,
"gain access to epic spell - greater ruin",
"gain access to epic spell - hellball",
"Once per game day, you can cast a spell that will cause serious damage to "
"all the targets in a room.");
feat_prereq_ability(FEAT_HELLBALL, ABILITY_SPELLCRAFT, 29);
Expand Down

0 comments on commit 4cb23e7

Please sign in to comment.