summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/attack.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/crawl-ref/source/attack.h b/crawl-ref/source/attack.h
index 1a5f9bb780..e4c325e616 100644
--- a/crawl-ref/source/attack.h
+++ b/crawl-ref/source/attack.h
@@ -189,10 +189,9 @@ protected:
| ISFLAG_KNOW_PLUSES);
int modify_blood_amount(const int damage, const int dam_type);
- // TODO: Used in elemental brand dmg, definitely want to get rid of this
- // which we can't really do until we refactor the whole pronoun / desc
- // usage from these lowly classes all the way up to monster/player (and
- // actor) classes.
+ // TODO: Definitely want to get rid of this, which we can't really do
+ // until we refactor the whole pronoun / desc usage from these lowly
+ // classes all the way up to monster/player (and actor) classes.
string defender_name();
attack_flavour random_chaos_attack_flavour();